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

Commit 3d17fe77 authored by wangqi's avatar wangqi Committed by Copybara-Service
Browse files

UI refersh for status bar.

Bug: 79879991
Test: manual
PiperOrigin-RevId: 202354561
Change-Id: I2afbd7d977d4492d40568cf6f603bd07ea67691e
parent febe3b19
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -32,6 +32,8 @@

  <!-- Activities and Applications should inherit from one of the themes above. -->
  <style name="Dialer.Dark.ThemeBase">
    <item name="android:statusBarColor">@color/google_grey_900</item>

    <!-- These values should be used to color all backgrounds. -->
    <item name="android:colorBackground">@color/google_grey_900</item>
    <item name="android:colorBackgroundFloating">@color/google_grey_800</item>
+3 −0
Original line number Diff line number Diff line
@@ -38,6 +38,9 @@

  <!-- Activities and Applications should inherit from one of the themes above. -->
  <style name="Dialer.ThemeBase">
    <item name="android:windowLightStatusBar">true</item>
    <item name="android:statusBarColor">@android:color/white</item>

    <!-- These values should be used to color all backgrounds. -->
    <item name="android:colorBackground">@android:color/white</item>
    <item name="android:colorBackgroundFloating">@android:color/white</item>