diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2018-05-05 17:34:21 +0530 |
---|---|---|
committer | Samuel Holland <samuel@sholland.org> | 2018-05-05 10:11:20 -0500 |
commit | 58b9a88bcbf73806ed4c55e708335f1f3aff45bf (patch) | |
tree | 7d870eeb23101804f1c6170116e21bce64411a68 /app/src | |
parent | e4eac7a3cf71d968a6f6d87f7697d1579159aac0 (diff) |
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>
Diffstat (limited to 'app/src')
-rw-r--r-- | app/src/main/res/values/styles.xml | 1 |
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> |