|
Before Width: | Height: | Size: 278 B After Width: | Height: | Size: 278 B |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 279 B |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 202 B After Width: | Height: | Size: 202 B |
|
Before Width: | Height: | Size: 703 B After Width: | Height: | Size: 703 B |
|
Before Width: | Height: | Size: 207 B |
|
Before Width: | Height: | Size: 714 B |
|
Before Width: | Height: | Size: 239 B After Width: | Height: | Size: 239 B |
|
Before Width: | Height: | Size: 960 B After Width: | Height: | Size: 960 B |
|
Before Width: | Height: | Size: 241 B |
|
Before Width: | Height: | Size: 950 B |
|
Before Width: | Height: | Size: 359 B After Width: | Height: | Size: 359 B |
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 360 B |
|
Before Width: | Height: | Size: 3.2 KiB |
@ -0,0 +1,7 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> |
|||
<item android:drawable="@drawable/ic_close_normal_w" android:state_focused="true" android:state_pressed="false"/> |
|||
<item android:drawable="@drawable/ic_close_pressed_w" android:state_focused="true" android:state_pressed="true"/> |
|||
<item android:drawable="@drawable/ic_close_pressed_w" android:state_focused="false" android:state_pressed="true"/> |
|||
<item android:drawable="@drawable/ic_close_normal_w"/> |
|||
</selector> |
|||
@ -1,7 +0,0 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> |
|||
<item android:drawable="@drawable/ic_stop_normal" android:state_focused="true" android:state_pressed="false"/> |
|||
<item android:drawable="@drawable/ic_stop_pressed" android:state_focused="true" android:state_pressed="true"/> |
|||
<item android:drawable="@drawable/ic_stop_pressed" android:state_focused="false" android:state_pressed="true"/> |
|||
<item android:drawable="@drawable/ic_stop_normal"/> |
|||
</selector> |
|||
@ -1,7 +0,0 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> |
|||
<item android:drawable="@drawable/ic_stop_normal_w" android:state_focused="true" android:state_pressed="false"/> |
|||
<item android:drawable="@drawable/ic_stop_pressed_w" android:state_focused="true" android:state_pressed="true"/> |
|||
<item android:drawable="@drawable/ic_stop_pressed_w" android:state_focused="false" android:state_pressed="true"/> |
|||
<item android:drawable="@drawable/ic_stop_normal_w"/> |
|||
</selector> |
|||