Update icons for Underlay, add new for custom poi categories
This commit is contained in:
parent
249b0d5d58
commit
c96e1e5324
2 changed files with 26 additions and 3 deletions
18
OsmAnd/res/drawable/ic_action_categories_search.xml
Normal file
18
OsmAnd/res/drawable/ic_action_categories_search.xml
Normal file
|
@ -0,0 +1,18 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:pathData="M7,3C5.8954,3 5,3.8954 5,5H19C19,3.8954 18.1046,3 17,3H7Z"
|
||||
android:strokeAlpha="0.7"
|
||||
android:fillColor="#ffffff"
|
||||
android:fillAlpha="0.7"/>
|
||||
<path
|
||||
android:pathData="M11.5,15C12.8807,15 14,13.8807 14,12.5C14,11.1193 12.8807,10 11.5,10C10.1193,10 9,11.1193 9,12.5C9,13.8807 10.1193,15 11.5,15Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
<path
|
||||
android:pathData="M5,5C3.8954,5 3,5.8954 3,7V19C3,20.1046 3.8954,21 5,21H19C20.1046,21 21,20.1046 21,19V7C21,5.8954 20.1046,5 19,5H5ZM11.5,17C12.3805,17 13.202,16.7471 13.8957,16.31L16.2929,18.7071C16.6834,19.0976 17.3166,19.0976 17.7071,18.7071C18.0976,18.3166 18.0976,17.6834 17.7071,17.2929L15.31,14.8957C15.7471,14.202 16,13.3805 16,12.5C16,10.0147 13.9853,8 11.5,8C9.0147,8 7,10.0147 7,12.5C7,14.9853 9.0147,17 11.5,17Z"
|
||||
android:fillColor="#ffffff"
|
||||
android:fillType="evenOdd"/>
|
||||
</vector>
|
|
@ -4,11 +4,16 @@
|
|||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:pathData="M6.2857,12L12,16L17.7143,12L22,15L12,22L2,15L6.2857,12Z"
|
||||
android:fillColor="#727272"/>
|
||||
android:pathData="M17.7143,12L22,15L12,22L2,15L6.2857,12L12,16L17.7143,12Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
<path
|
||||
android:pathData="M17.7143,12L12,8L6.2857,12L12,16L17.7143,12Z"
|
||||
android:strokeAlpha="0.5"
|
||||
android:fillColor="#ffffff"
|
||||
android:fillAlpha="0.5"/>
|
||||
<path
|
||||
android:pathData="M22,9L12,2L2,9L12,16L22,9Z"
|
||||
android:strokeAlpha="0.5"
|
||||
android:fillColor="#727272"
|
||||
android:fillColor="#ffffff"
|
||||
android:fillAlpha="0.5"/>
|
||||
</vector>
|
||||
|
|
Loading…
Reference in a new issue