mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-03 14:58:21 +03:00
BITCHUTE: replace png with vector 'ic_placeholder_bitchute'
for svg source see: https://github.com/bravenewpipe/bnp-icons
This commit is contained in:
parent
f411c32429
commit
716c802693
3 changed files with 14 additions and 1 deletions
|
@ -44,7 +44,7 @@ public final class ServiceHelper {
|
|||
case 4:
|
||||
return R.drawable.ic_placeholder_bandcamp;
|
||||
case 5:
|
||||
return R.drawable.place_holder_bitchute;
|
||||
return R.drawable.ic_placeholder_bitchute;
|
||||
case 6:
|
||||
return R.drawable.place_holder_rumble;
|
||||
default:
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 5.1 KiB |
13
app/src/main/res/drawable/ic_placeholder_bitchute.xml
Normal file
13
app/src/main/res/drawable/ic_placeholder_bitchute.xml
Normal file
|
@ -0,0 +1,13 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
<path
|
||||
android:pathData="M256,5.07A250.93,250.93 0,0 0,5.07 256,250.93 250.93,0 0,0 34.81,373.18L121.94,302.04A142.06,142.06 0,0 1,113.94 256,142.06 142.06,0 0,1 256,113.94 142.06,142.06 0,0 1,328.15 133.66L415.49,62.34A250.93,250.93 0,0 0,256 5.07ZM506.7,246.52 L396.62,276.13A142.06,142.06 0,0 1,256 398.06,142.06 142.06,0 0,1 144.76,343.85L34.92,373.38A250.93,250.93 0,0 0,256 506.93,250.93 250.93,0 0,0 506.93,256a250.93,250.93 0,0 0,-0.23 -9.48z"
|
||||
android:strokeAlpha="0"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1"
|
||||
android:fillColor="#ef4137"
|
||||
android:strokeColor="#000000"/>
|
||||
</vector>
|
Loading…
Add table
Reference in a new issue