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