mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-03 14:58:21 +03:00
RUMBLE: replace png with vector 'ic_placeholder_rumble'
for svg source see: https://github.com/bravenewpipe/bnp-icons
This commit is contained in:
parent
716c802693
commit
9309c2b437
3 changed files with 6 additions and 1 deletions
|
@ -46,7 +46,7 @@ public final class ServiceHelper {
|
|||
case 5:
|
||||
return R.drawable.ic_placeholder_bitchute;
|
||||
case 6:
|
||||
return R.drawable.place_holder_rumble;
|
||||
return R.drawable.ic_placeholder_rumble;
|
||||
default:
|
||||
return R.drawable.ic_circle;
|
||||
}
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 64 KiB |
5
app/src/main/res/drawable/ic_placeholder_rumble.xml
Normal file
5
app/src/main/res/drawable/ic_placeholder_rumble.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<vector android:height="24dp" android:viewportHeight="49.135"
|
||||
android:viewportWidth="47.3" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="#699c39" android:pathData="m11.3,45.137c0.5,0.7 1.1,1.2 1.8,1.6 3.5,2 9.5,0.1 18.6,-5.2v0C40.9,36.237 45.5,32.037 45.6,28.037c0,-0.6 -0.1,-1.1 -0.3,-1.7 -5.8,7.9 -25.2,17.7 -34,18.8m0.8,-42c7.9,1.4 27.8,12.4 33.2,19.7 0.2,-0.5 0.2,-1.1 0.3,-1.6 0,-4 -4.5,-8.3 -13.8,-13.6v0C22.7,2.437 16.8,0.437 13.2,2.437 12.8,2.637 12.5,2.837 12.1,3.137ZM5.8,3.837C7,3.137 8.5,2.837 10.1,2.937 10.8,2.037 11.5,1.437 12.4,0.937 16.5,-1.363 23,0.637 32.6,6.237v0c9.8,5.7 14.7,10.3 14.7,15.1 0,1.1 -0.3,2.2 -0.8,3.3 0.6,1.1 0.8,2.3 0.8,3.4 0,4.7 -5,9.3 -14.7,14.9v0c-9.7,5.6 -16.1,7.6 -20.3,5.2 -1.1,-0.6 -2.1,-1.6 -2.9,-2.9 -1.4,0 -2.6,-0.4 -3.7,-1C1.6,41.937 -0,35.437 -0,24.037 -0,12.637 1.7,6.137 5.8,3.837ZM9.1,4.537c-0.9,0.1 -1.8,0.3 -2.5,0.7 -3.5,2 -4.9,8 -4.9,18.8 0,10.7 1.3,16.8 4.9,18.8 0.6,0.3 1.3,0.6 2.1,0.7 -3.8,-7.6 -3.8,-31.8 0.4,-39zM13.2,9.137c-6.8,3.8 -6.8,27 -0.1,30.8 7,4 25.9,-9.8 25.9,-15.8C39.1,16.337 19.8,5.437 13.2,9.137Z"/>
|
||||
<path android:fillColor="#699c39" android:fillType="evenOdd" android:pathData="m26.1,25.837c-0.9,0.5 -1.9,1.1 -2.8,1.6 -0.9,0.5 -1.9,1.1 -2.8,1.6 -2.9,1.7 -2.8,1.8 -2.8,-1.6 0,-1.1 0,-2.1 0,-3.2 0,-1.1 0,-2.1 0,-3.2 0,-3.3 -0.2,-3.3 2.8,-1.6 0.9,0.5 1.9,1.1 2.8,1.6 0.9,0.5 1.9,1.1 2.8,1.6 2.9,1.7 2.9,1.6 0,3.2"/>
|
||||
</vector>
|
Loading…
Add table
Reference in a new issue