23 lines
731 B
XML
23 lines
731 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<item android:state_checked="false">
|
||
|
<inset
|
||
|
android:insetBottom="8dp"
|
||
|
android:insetTop="8dp"
|
||
|
android:insetLeft="7dp"
|
||
|
android:insetRight="7dp"
|
||
|
>
|
||
|
<bitmap android:src="@mipmap/icon_live_send_0"/>
|
||
|
</inset>
|
||
|
</item>
|
||
|
<item android:state_checked="true">
|
||
|
<inset
|
||
|
android:insetBottom="8dp"
|
||
|
android:insetTop="8dp"
|
||
|
android:insetLeft="7dp"
|
||
|
android:insetRight="7dp"
|
||
|
>
|
||
|
<bitmap android:src="@mipmap/icon_live_send_1"/>
|
||
|
</inset>
|
||
|
</item>
|
||
|
</selector>
|