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

Commit fb981015 authored by Mohit Mali's avatar Mohit Mali
Browse files

Dialer theme change settings actionbar text Color

parent 8b88a646
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -29,13 +29,12 @@
  <!-- Style applied to the "Settings" screen.  Keep in sync with SettingsLight in Telephony. -->
  <style name="SettingsStyle" parent="Dialer.ThemeBase.ActionBar">
    <!-- Setting text. -->
    <item name="android:textColorPrimary">@color/dialer_primary_text</item>
    <item name="android:textColorPrimary">@color/settings_text_color_primary</item>
    <!-- Setting description. -->
    <item name="android:textColorSecondary">@color/dialer_secondary_text</item>
    <item name="android:textColorSecondary">@color/settings_text_color_secondary</item>
    <item name="titleTextColor">@color/dialer_primary_text</item>
    <item name="android:windowBackground">?android:attr/colorBackground</item>
    <item name="android:colorAccent">?android:attr/colorPrimary</item>
    <item name="colorIcon">@color/google_grey_700</item>
    <item name="colorIconSecondary">@color/google_grey_400</item>
  </style>

  <!-- TODO(a bug): This is only actively used in empty_content_view.xml. Move it there. -->