Expand boxes
This commit is contained in:
parent
a27e1bfc55
commit
dfe39e0940
4 changed files with 2 additions and 2 deletions
Binary file not shown.
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 856 B |
Binary file not shown.
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 805 B |
Binary file not shown.
Before Width: | Height: | Size: 6 KiB After Width: | Height: | Size: 848 B |
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_pressed="true" android:drawable="@drawable/box_expand_trans_pressed" />
|
||||
<item android:state_focused="true" android:drawable="@drawable/box_expand_trans_pressed" />
|
||||
<item android:state_pressed="true" android:drawable="@drawable/box_expand_pressed" />
|
||||
<item android:state_focused="true" android:drawable="@drawable/box_expand_pressed" />
|
||||
<item android:drawable="@drawable/box_expand_trans_normal" />
|
||||
</selector>
|
||||
|
|
Loading…
Reference in a new issue