aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Whited <sam@samwhited.com>2015-07-19 16:36:24 -0500
committerSam Whited <sam@samwhited.com>2015-07-19 16:36:24 -0500
commiteea8c286128824f0a3705e7567d1ed9637b62e66 (patch)
treea8824220be0d3f6c192b7b0b12e540ff988dc6c3
parentc4f3e5be3f4a24391a45d6199887d78e07359394 (diff)
Change CAB to accent color in v21
-rw-r--r--src/main/res/values-v21/themes.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/res/values-v21/themes.xml b/src/main/res/values-v21/themes.xml
index d1679f92..ddb93fdc 100644
--- a/src/main/res/values-v21/themes.xml
+++ b/src/main/res/values-v21/themes.xml
@@ -6,6 +6,9 @@
<item name="android:colorPrimaryDark">@color/green700</item>
<item name="android:colorAccent">@color/accent</item>
+ <item name="android:windowActionModeOverlay">true</item>
+ <item name="android:actionModeBackground">@color/accent</item>
+
<item name="TextSizeInfo">12sp</item>
<item name="TextSizeBody">14sp</item>
<item name="TextSizeHeadline">20sp</item>