Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristine Emrich <christine.emrich@web.de>2015-03-29 20:13:58 +0300
committerChristine Emrich <christine.emrich@web.de>2015-03-29 20:47:18 +0300
commit18c90c2f71e72c51eb4e5a619cf2e16ca2c43fbd (patch)
tree0fe35cc259f46179892dc929b62edc8d8da2287c /News-Android-App/src/main/res/drawable
parent20bfe0983d02c84b7af81510b2d48694a2356ae2 (diff)
Text color of option menu items now changes when item is disabled and menu has been opened through action bar.
Diffstat (limited to 'News-Android-App/src/main/res/drawable')
-rw-r--r--News-Android-App/src/main/res/drawable/options_menu_item_color.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/News-Android-App/src/main/res/drawable/options_menu_item_color.xml b/News-Android-App/src/main/res/drawable/options_menu_item_color.xml
new file mode 100644
index 00000000..214097c0
--- /dev/null
+++ b/News-Android-App/src/main/res/drawable/options_menu_item_color.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:state_enabled="false" android:color="#88c0c0c0" />
+ <item android:color="#ffc0c0c0"/>
+</selector>