Merge "Fix toolbar color for WPP" into ub-launcher3-qt-dev
diff --git a/res/values-notnight-v26/styles.xml b/res/values-notnight-v26/styles.xml
index 3ca6dcf..bce1cd1 100755
--- a/res/values-notnight-v26/styles.xml
+++ b/res/values-notnight-v26/styles.xml
@@ -23,6 +23,7 @@
     </style>
 
     <style name="RegularToolbarStyle" parent="@android:style/Widget.DeviceDefault.Light.ActionBar.Solid">
+        <item name="android:background">@color/toolbar_color</item>
         <item name="android:theme">@style/WallpaperTheme</item>
     </style>
 </resources>
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 9001971..9610dd3 100755
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -32,4 +32,5 @@
     <color name="accent_color">@color/material_googblue500</color>
 
     <color name="status_bar_color">@color/material_black_100</color>
+    <color name="toolbar_color">@color/material_white_100</color>
 </resources>