Skip to content

Commit 7b50e25

Browse files
committed
Moved up state_checked
1 parent 41791a7 commit 7b50e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aztec/src/main/res/drawable/format_bar_button_media_selector.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
xmlns:android="http://schemas.android.com/apk/res/android" >
55

66
<item android:drawable="@drawable/format_bar_button_media_disabled" android:state_enabled="false" />
7+
<item android:drawable="@drawable/format_bar_button_media_highlighted" android:state_checked="true" />
78
<item android:drawable="@drawable/format_bar_button_media_highlighted" android:state_pressed="true" />
89
<item android:drawable="@drawable/format_bar_button_media_highlighted" android:state_focused="true" />
9-
<item android:drawable="@drawable/format_bar_button_media_highlighted" android:state_checked="true" />
1010
<item android:drawable="@drawable/format_bar_button_media" />
1111

1212
</selector>

0 commit comments

Comments
 (0)