Added 16dp arrow icons
This commit is contained in:
parent
182fd48f3b
commit
a8d92d7fa0
2 changed files with 18 additions and 0 deletions
9
OsmAnd/res/drawable/ic_action_arrow_down_16.xml
Normal file
9
OsmAnd/res/drawable/ic_action_arrow_down_16.xml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:width="16dp"
|
||||||
|
android:height="16dp"
|
||||||
|
android:viewportWidth="16"
|
||||||
|
android:viewportHeight="16">
|
||||||
|
<path
|
||||||
|
android:pathData="M9,3H7V8H4L8,13L12,8H9V3Z"
|
||||||
|
android:fillColor="#ffffff"/>
|
||||||
|
</vector>
|
9
OsmAnd/res/drawable/ic_action_arrow_up_16.xml
Normal file
9
OsmAnd/res/drawable/ic_action_arrow_up_16.xml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:width="16dp"
|
||||||
|
android:height="16dp"
|
||||||
|
android:viewportWidth="16"
|
||||||
|
android:viewportHeight="16">
|
||||||
|
<path
|
||||||
|
android:pathData="M9,13H7V8H4L8,3L12,8H9V13Z"
|
||||||
|
android:fillColor="#ffffff"/>
|
||||||
|
</vector>
|
Loading…
Reference in a new issue