Merge remote-tracking branch 'origin/master' into custom_poi_category_fix
This commit is contained in:
commit
85c21efa93
1 changed files with 32 additions and 0 deletions
32
OsmAnd/res/drawable/ic_action_zoom_volume_buttons.xml
Normal file
32
OsmAnd/res/drawable/ic_action_zoom_volume_buttons.xml
Normal file
|
@ -0,0 +1,32 @@
|
|||
<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="M2,8H13V22H2V8Z"
|
||||
android:strokeAlpha="0.2"
|
||||
android:fillColor="#ffffff"
|
||||
android:fillAlpha="0.2"/>
|
||||
<path
|
||||
android:pathData="M16,10C16.5523,10 17,10.4477 17,11V14C17,14.5523 16.5523,15 16,15V10Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
<path
|
||||
android:pathData="M16,16C16.5523,16 17,16.4477 17,17V20C17,20.5523 16.5523,21 16,21V16Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
<path
|
||||
android:pathData="M2,8V2H13C14.6569,2 16,3.3431 16,5V22H13V8H2Z"
|
||||
android:strokeAlpha="0.7"
|
||||
android:fillColor="#ffffff"
|
||||
android:fillAlpha="0.7"/>
|
||||
<path
|
||||
android:pathData="M9,10H7V12H5V14H7V16H9V14H11V12H9V10Z"
|
||||
android:strokeAlpha="0.7"
|
||||
android:fillColor="#ffffff"
|
||||
android:fillAlpha="0.7"/>
|
||||
<path
|
||||
android:pathData="M5,21V19H11V21H5Z"
|
||||
android:strokeAlpha="0.7"
|
||||
android:fillColor="#ffffff"
|
||||
android:fillAlpha="0.7"/>
|
||||
</vector>
|
Loading…
Reference in a new issue