From 9e4dc80ddaad2d8a5866168f95b046987427d3c7 Mon Sep 17 00:00:00 2001
From: Janne Koschinski <janne@kuschku.de>
Date: Tue, 8 May 2018 19:07:50 +0200
Subject: [PATCH] Fixes visibility of action mode in light themes with dark
 head

Signed-off-by: Janne Koschinski <janne@kuschku.de>
---
 app/src/main/res/values/styles_widgets.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/src/main/res/values/styles_widgets.xml b/app/src/main/res/values/styles_widgets.xml
index 320604f8c..48d423dfc 100644
--- a/app/src/main/res/values/styles_widgets.xml
+++ b/app/src/main/res/values/styles_widgets.xml
@@ -66,6 +66,7 @@
     <item name="android:textColor">?colorTextPrimaryInverse</item>
     <item name="android:textColorPrimary">?colorTextPrimaryInverse</item>
     <item name="android:textColorSecondary">?colorTextSecondaryInverse</item>
+    <item name="android:actionModeBackground">?colorPrimary</item>
   </style>
 
   <style name="Widget.TabLayout.Auto" parent="Widget.Design.TabLayout">
-- 
GitLab