aboutsummaryrefslogtreecommitdiff
path: root/libs/editor/WordPressEditor/src/main/res/drawable/format_bar_button_html_selector.xml
diff options
context:
space:
mode:
Diffstat (limited to 'libs/editor/WordPressEditor/src/main/res/drawable/format_bar_button_html_selector.xml')
-rwxr-xr-xlibs/editor/WordPressEditor/src/main/res/drawable/format_bar_button_html_selector.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/libs/editor/WordPressEditor/src/main/res/drawable/format_bar_button_html_selector.xml b/libs/editor/WordPressEditor/src/main/res/drawable/format_bar_button_html_selector.xml
new file mode 100755
index 000000000..767d6dd6b
--- /dev/null
+++ b/libs/editor/WordPressEditor/src/main/res/drawable/format_bar_button_html_selector.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:state_checked="true" android:drawable="@drawable/format_bar_button_html_highlighted"/>
+ <item android:state_pressed="true" android:drawable="@drawable/format_bar_button_html_highlighted"/>
+ <item android:state_enabled="false" android:drawable="@drawable/format_bar_button_html_disabled"/>
+ <item android:drawable="@drawable/format_bar_button_html"/>
+</selector> \ No newline at end of file