aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorMohamed Zenadi <mohamed@zenadi.com>2015-03-20 22:16:38 +0100
committerMohamed Zenadi <mohamed@zenadi.com>2015-03-20 22:16:38 +0100
commit9ebe1a4c498056189315f52f14768526f2c6f820 (patch)
treefa373113d3b20fee1ffb8e6c79931fbf9c0b290e /app/src/main/res
parenta1a3ed0e79082b192473e811bb161e8c445f303b (diff)
fix the color of the select contextual menu
was showing white on kitkat
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/values/styles.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
index e9c9b918..556da8f2 100644
--- a/app/src/main/res/values/styles.xml
+++ b/app/src/main/res/values/styles.xml
@@ -7,5 +7,10 @@
<item name="android:windowBackground">@color/blue_grey_50</item>
<item name="android:textColorPrimary">@color/teal_900</item>
<item name="android:textColor">@color/blue_grey_900</item>
+ <item name="actionModeStyle">@style/ActionMode</item>
+ </style>
+
+ <style name="ActionMode" parent="@style/Widget.AppCompat.ActionMode">
+ <item name="background">@color/blue_grey_700</item>
</style>
</resources>