...forget this resource
This commit is contained in:
parent
a3855c4076
commit
98c5d92b3c
1 changed files with 27 additions and 0 deletions
27
OsmAnd/res/drawable/shape_background_gray.xml
Normal file
27
OsmAnd/res/drawable/shape_background_gray.xml
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||||
|
<item >
|
||||||
|
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||||
|
<solid android:color="#66222222"></solid>
|
||||||
|
<padding android:bottom="2dp" android:left="2dp" android:right="2dp"/>
|
||||||
|
<corners android:bottomLeftRadius="10dp" android:bottomRightRadius="10dp" />
|
||||||
|
</shape>
|
||||||
|
</item>
|
||||||
|
<item >
|
||||||
|
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||||
|
<solid android:color="#222222"></solid>
|
||||||
|
<padding android:bottom="1dp" android:left="1dp" android:right="1dp"/>
|
||||||
|
<corners android:bottomLeftRadius="10dp" android:bottomRightRadius="10dp" />
|
||||||
|
</shape>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||||
|
<gradient
|
||||||
|
android:startColor="#AAAAAA"
|
||||||
|
android:endColor="#6A6A6A"
|
||||||
|
android:angle="270"
|
||||||
|
/>
|
||||||
|
<corners android:bottomLeftRadius="10dp" android:bottomRightRadius="10dp" />
|
||||||
|
</shape>
|
||||||
|
</item>
|
||||||
|
</layer-list>
|
Loading…
Reference in a new issue