aboutsummaryrefslogtreecommitdiff
path: root/libs/editor/WordPressEditor/src/main/res/drawable/legacy_format_bar_button_link_selector.xml
diff options
context:
space:
mode:
Diffstat (limited to 'libs/editor/WordPressEditor/src/main/res/drawable/legacy_format_bar_button_link_selector.xml')
-rw-r--r--libs/editor/WordPressEditor/src/main/res/drawable/legacy_format_bar_button_link_selector.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/libs/editor/WordPressEditor/src/main/res/drawable/legacy_format_bar_button_link_selector.xml b/libs/editor/WordPressEditor/src/main/res/drawable/legacy_format_bar_button_link_selector.xml
new file mode 100644
index 000000000..4c488f471
--- /dev/null
+++ b/libs/editor/WordPressEditor/src/main/res/drawable/legacy_format_bar_button_link_selector.xml
@@ -0,0 +1,8 @@
+<?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/legacy_format_bar_button_link_selected_state"/>
+ <item android:state_pressed="true" android:drawable="@drawable/legacy_format_bar_button_link_selected_state"/>
+ <item>
+ <bitmap android:src="@drawable/legacy_dashicon_admin_links_grey" android:gravity="center"/>
+ </item>
+</selector> \ No newline at end of file