Dialer: Fix launch screen status bar color
Change-Id: I3d33a83d2499e07e9bce8954dbeb8c3847929a6b
diff --git a/java/com/android/dialer/main/impl/res/values/styles.xml b/java/com/android/dialer/main/impl/res/values/styles.xml
index 7723d62..139b8b2 100644
--- a/java/com/android/dialer/main/impl/res/values/styles.xml
+++ b/java/com/android/dialer/main/impl/res/values/styles.xml
@@ -19,6 +19,8 @@
<style name="LaunchTheme" parent="Theme.AppCompat.DayNight.DarkActionBar">
<item name="android:colorPrimary">@color/dialer_theme_color</item>
<item name="colorPrimary">@color/dialer_theme_color</item>
+ <item name="android:colorPrimaryDark">@color/dialer_theme_color_dark</item>
+ <item name="colorPrimaryDark">@color/dialer_theme_color_dark</item>
</style>
<!-- Activities should use this theme as their style -->