mirror of
https://github.com/gsantner/dandelion
synced 2025-12-12 15:21:11 +01:00
Use Vector Drawables instead of pngs
This commit is contained in:
parent
ac81091cce
commit
2507dbd015
45 changed files with 27 additions and 7 deletions
4
app/src/main/res/drawable/ic_person_black_48px.xml
Normal file
4
app/src/main/res/drawable/ic_person_black_48px.xml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<vector android:height="24dp" android:viewportHeight="24.0"
|
||||
android:viewportWidth="24.0" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="#000000" android:pathData="M12,12c2.21,0 4,-1.79 4,-4s-1.79,-4 -4,-4 -4,1.79 -4,4 1.79,4 4,4zM12,14c-2.67,0 -8,1.34 -8,4v2h16v-2c0,-2.66 -5.33,-4 -8,-4z"/>
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue