mirror of
https://github.com/gsantner/dandelion
synced 2025-12-11 14:51: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
|
|
@ -62,7 +62,7 @@
|
|||
android:contentDescription="@string/confirm_url"
|
||||
android:paddingLeft="5dp"
|
||||
android:paddingRight="5dp"
|
||||
android:src="@mipmap/ic_arrow_right_grey600_24dp" />
|
||||
android:src="@drawable/ic_arrow_forward_black_48px" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/podselection__podupti_notice"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue