aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/drawable/nux_flat_button_grey_text_selector.xml
diff options
context:
space:
mode:
Diffstat (limited to 'WordPress/src/main/res/drawable/nux_flat_button_grey_text_selector.xml')
-rw-r--r--WordPress/src/main/res/drawable/nux_flat_button_grey_text_selector.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/WordPress/src/main/res/drawable/nux_flat_button_grey_text_selector.xml b/WordPress/src/main/res/drawable/nux_flat_button_grey_text_selector.xml
new file mode 100644
index 000000000..ae88af5c0
--- /dev/null
+++ b/WordPress/src/main/res/drawable/nux_flat_button_grey_text_selector.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:color="@color/grey_lighten_30" android:state_pressed="true" />
+ <item android:color="@color/nux_grey_button" />
+</selector> \ No newline at end of file