aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2018-05-05 17:34:21 +0530
committerSamuel Holland <samuel@sholland.org>2018-05-05 10:11:20 -0500
commit58b9a88bcbf73806ed4c55e708335f1f3aff45bf (patch)
tree7d870eeb23101804f1c6170116e21bce64411a68
parentdrawables: Introduce material iconography (diff)
downloadwireguard-android-58b9a88bcbf73806ed4c55e708335f1f3aff45bf.tar.xz
wireguard-android-58b9a88bcbf73806ed4c55e708335f1f3aff45bf.zip
styles: Fixup CAB background color
Long pressing any list item entry would cause the action bar to use the dark color from the parent theme -- fix that. Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
-rw-r--r--app/src/main/res/values/styles.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
index f018bee7..6542b21c 100644
--- a/app/src/main/res/values/styles.xml
+++ b/app/src/main/res/values/styles.xml
@@ -4,6 +4,7 @@
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<item name="android:navigationBarColor">@color/wireguard_brand_blue</item>
<item name="android:statusBarColor">@color/wireguard_brand_blue</item>
+ <item name="actionModeBackground">@color/wireguard_brand_blue</item>
<item name="colorAccent">@color/wireguard_brand_red</item>
<item name="colorPrimary">@color/color_primary</item>
<item name="colorPrimaryDark">@color/wireguard_brand_blue</item>