Add contour shapes for favorites UI backgrounds
This commit is contained in:
parent
6e33e20bc4
commit
a6366bfe17
3 changed files with 27 additions and 11 deletions
|
@ -1,7 +1,11 @@
|
|||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<solid android:color="@android:color/transparent" />
|
||||
<stroke
|
||||
android:width="2dp"
|
||||
android:color="@color/divider_color_light" />
|
||||
</shape>
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="48dp"
|
||||
android:height="48dp"
|
||||
android:viewportWidth="48"
|
||||
android:viewportHeight="48">
|
||||
<path
|
||||
android:pathData="M47,24C47,36.7026 36.7026,47 24,47C11.2975,47 1,36.7026 1,24C1,11.2975 11.2975,1 24,1C36.7026,1 47,11.2975 47,24Z"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#727272"/>
|
||||
</vector>
|
||||
|
|
11
OsmAnd/res/drawable/bg_point_octagon_contour.xml
Normal file
11
OsmAnd/res/drawable/bg_point_octagon_contour.xml
Normal file
|
@ -0,0 +1,11 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="48dp"
|
||||
android:height="48dp"
|
||||
android:viewportWidth="48"
|
||||
android:viewportHeight="48">
|
||||
<path
|
||||
android:pathData="M1,13.1201L13.1201,1H34.8799L47,13.1201V34.8799L34.8799,47H13.1201L1,34.8799V13.1201Z"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#727272"/>
|
||||
</vector>
|
|
@ -1,10 +1,11 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="48dp"
|
||||
android:height="48dp"
|
||||
android:viewportWidth="40"
|
||||
android:viewportHeight="40">
|
||||
android:viewportWidth="48"
|
||||
android:viewportHeight="48">
|
||||
<path
|
||||
android:pathData="M4,1L36,1A3,3 0,0 1,39 4L39,36A3,3 0,0 1,36 39L4,39A3,3 0,0 1,1 36L1,4A3,3 0,0 1,4 1z"
|
||||
android:pathData="M5,1L43,1A4,4 0,0 1,47 5L47,43A4,4 0,0 1,43 47L5,47A4,4 0,0 1,1 43L1,5A4,4 0,0 1,5 1z"
|
||||
android:strokeWidth="2"
|
||||
android:strokeColor="#e6e6e6"/>
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#727272"/>
|
||||
</vector>
|
||||
|
|
Loading…
Reference in a new issue