mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-01-21 23:30:55 +01:00
Add "Done" drawable (only white since it is used on toolbar)
This commit is contained in:
parent
61d102dc75
commit
a3d8848825
5
app/src/main/res/drawable/ic_done_white_24dp.xml
Normal file
5
app/src/main/res/drawable/ic_done_white_24dp.xml
Normal file
@ -0,0 +1,5 @@
|
||||
<vector android:height="24dp" android:tint="#FFFFFF"
|
||||
android:viewportHeight="24.0" android:viewportWidth="24.0"
|
||||
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="#FF000000" android:pathData="M9,16.2L4.8,12l-1.4,1.4L9,19 21,7l-1.4,-1.4L9,16.2z"/>
|
||||
</vector>
|
Loading…
x
Reference in New Issue
Block a user