Update circle shadow
This commit is contained in:
parent
f483d1a244
commit
69b6e3c2d1
9 changed files with 9 additions and 9 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
<item>
|
||||
<bitmap
|
||||
android:gravity="center"
|
||||
android:gravity="fill"
|
||||
android:src="@drawable/map_bt_round_1_shadow" />
|
||||
</item>
|
||||
<item>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<item>
|
||||
<bitmap
|
||||
android:gravity="center"
|
||||
android:gravity="fill"
|
||||
android:src="@drawable/map_bt_round_1_shadow" />
|
||||
</item>
|
||||
<item>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<item>
|
||||
<bitmap
|
||||
android:gravity="center"
|
||||
android:gravity="fill"
|
||||
android:src="@drawable/map_bt_round_1_shadow" />
|
||||
</item>
|
||||
<item>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<item>
|
||||
<bitmap
|
||||
android:gravity="center"
|
||||
android:gravity="fill"
|
||||
android:src="@drawable/map_bt_round_1_shadow" />
|
||||
</item>
|
||||
<item>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<item>
|
||||
<bitmap
|
||||
android:gravity="center"
|
||||
android:gravity="fill"
|
||||
android:src="@drawable/map_bt_round_1_shadow" />
|
||||
</item>
|
||||
<item>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
<item>
|
||||
<bitmap android:src="@drawable/map_bt_round_2_shadow" android:gravity="center" />
|
||||
<bitmap android:src="@drawable/map_bt_round_2_shadow" android:gravity="fill" />
|
||||
</item>
|
||||
<item>
|
||||
<inset
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
<item>
|
||||
|
||||
<bitmap android:src="@drawable/map_bt_round_2_shadow" android:gravity="center" />
|
||||
<bitmap android:src="@drawable/map_bt_round_2_shadow" android:gravity="fill" />
|
||||
|
||||
</item>
|
||||
<item>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
<item>
|
||||
<bitmap android:src="@drawable/map_bt_round_2_shadow" android:gravity="center" />
|
||||
<bitmap android:src="@drawable/map_bt_round_2_shadow" android:gravity="fill" />
|
||||
</item>
|
||||
<item>
|
||||
<inset
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<item android:drawable="@drawable/btn_inset_circle_p" android:state_pressed="true"/>
|
||||
<item>
|
||||
<bitmap
|
||||
android:gravity="center"
|
||||
android:gravity="fill"
|
||||
android:src="@drawable/map_bt_round_2_shadow" />
|
||||
</item>
|
||||
</selector>
|
Loading…
Reference in a new issue