aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/themes.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-03-16 22:34:28 +0100
committerChristian Schneppe <christian@pix-art.de>2018-03-16 22:34:28 +0100
commit23f8b7e175cbee351d086f0b6ded70fb6aaaa26e (patch)
tree03aace1a32018217c523c8b95844a22355df298d /src/main/res/values/themes.xml
parent3b65baa17217ce55665c583d99295af3c8fa4c3f (diff)
change key activities to cards
Diffstat (limited to 'src/main/res/values/themes.xml')
-rw-r--r--src/main/res/values/themes.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/res/values/themes.xml b/src/main/res/values/themes.xml
index b2fb36418..7c433f720 100644
--- a/src/main/res/values/themes.xml
+++ b/src/main/res/values/themes.xml
@@ -9,8 +9,8 @@
<item name="color_text_primary">@color/black87</item>
<item name="color_text_secondary">@color/black54</item>
- <!--<item name="color_background_primary">@color/grey50</item>-->
- <!--<item name="color_background_secondary">@color/grey200</item>-->
+ <item name="color_background_primary">@color/grey50</item>
+ <item name="color_background_secondary">@color/grey200</item>
<item name="android:windowActionModeOverlay">true</item>
<item name="android:actionModeBackground">@color/accent</item>