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

Commit 99c51dbe authored by twyen's avatar twyen Committed by Copybara-Service
Browse files

Fix missing background color

Styles resource cannot process #COLOR

TEST=manual
Test: manual
PiperOrigin-RevId: 198653265
Change-Id: Ic885cf384230a24ca8b8ec1e26941fd1c7e49975
parent 743b5017
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@
  <!-- Activities and Applications should inherit from one of the themes above. -->
  <style name="Dialer.ThemeBase">
    <!-- These values should be used to color all backgrounds. -->
    <item name="android:colorBackground">#FAFAFA</item>
    <item name="android:colorBackground">@color/dialer_background_color</item>
    <item name="android:colorBackgroundFloating">@android:color/white</item>

    <!-- These values should be used to set text color. -->
+1 −0
Original line number Diff line number Diff line
@@ -19,4 +19,5 @@
  <color name="dialer_theme_color_20pct">#332A56C6</color>
  <color name="dialer_theme_color_dark">#1C3AA9</color>
  <color name="dialer_secondary_color">#F50057</color>
  <color name="dialer_background_color">#FAFAFA</color>
</resources>