Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 312461d3 authored by Scott Warner's avatar Scott Warner
Browse files

Dialer: Fix launch screen status bar color

Change-Id: I3d33a83d2499e07e9bce8954dbeb8c3847929a6b
parent 3334d702
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 -->