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>
|
<item>
|
||||||
<bitmap
|
<bitmap
|
||||||
android:gravity="center"
|
android:gravity="fill"
|
||||||
android:src="@drawable/map_bt_round_1_shadow" />
|
android:src="@drawable/map_bt_round_1_shadow" />
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<bitmap
|
<bitmap
|
||||||
android:gravity="center"
|
android:gravity="fill"
|
||||||
android:src="@drawable/map_bt_round_1_shadow" />
|
android:src="@drawable/map_bt_round_1_shadow" />
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<bitmap
|
<bitmap
|
||||||
android:gravity="center"
|
android:gravity="fill"
|
||||||
android:src="@drawable/map_bt_round_1_shadow" />
|
android:src="@drawable/map_bt_round_1_shadow" />
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<bitmap
|
<bitmap
|
||||||
android:gravity="center"
|
android:gravity="fill"
|
||||||
android:src="@drawable/map_bt_round_1_shadow" />
|
android:src="@drawable/map_bt_round_1_shadow" />
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<bitmap
|
<bitmap
|
||||||
android:gravity="center"
|
android:gravity="fill"
|
||||||
android:src="@drawable/map_bt_round_1_shadow" />
|
android:src="@drawable/map_bt_round_1_shadow" />
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||||
<item>
|
<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>
|
||||||
<item>
|
<item>
|
||||||
<inset
|
<inset
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||||
<item>
|
<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>
|
||||||
<item>
|
<item>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||||
<item>
|
<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>
|
||||||
<item>
|
<item>
|
||||||
<inset
|
<inset
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<item android:drawable="@drawable/btn_inset_circle_p" android:state_pressed="true"/>
|
<item android:drawable="@drawable/btn_inset_circle_p" android:state_pressed="true"/>
|
||||||
<item>
|
<item>
|
||||||
<bitmap
|
<bitmap
|
||||||
android:gravity="center"
|
android:gravity="fill"
|
||||||
android:src="@drawable/map_bt_round_2_shadow" />
|
android:src="@drawable/map_bt_round_2_shadow" />
|
||||||
</item>
|
</item>
|
||||||
</selector>
|
</selector>
|
Loading…
Reference in a new issue