resolve merge conflicts of 078d4de90b to ub-launcher3-calgary
Change-Id: Iec05a686848a03fa76a893d33fa4c465f00e8a71
diff --git a/res/values-v21/styles.xml b/res/values-v21/styles.xml
index bc8523e..aa5d0a6 100644
--- a/res/values-v21/styles.xml
+++ b/res/values-v21/styles.xml
@@ -19,6 +19,9 @@
<resources>
<style name="LauncherTheme" parent="@style/BaseLauncherTheme">
+ <item name="android:windowTranslucentStatus">false</item>
+ <item name="android:windowTranslucentNavigation">false</item>
+ <item name="android:windowDrawsSystemBarBackgrounds">true</item>
<item name="android:statusBarColor">#00000000</item>
<item name="android:navigationBarColor">#00000000</item>
<item name="android:colorControlActivated">@color/launcher_accent_color</item>