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

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

Dialer theme color change color in app styles and dialtacts_activity

parent 57347e47
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -48,8 +48,7 @@
      android:contentDescription="@string/action_menu_dialpad_button"
      android:src="@drawable/quantum_ic_dialpad_white_24"
      app:elevation="@dimen/floating_action_button_translation_z"
      android:theme="@style/FloatingActionButton"
      />
      app:backgroundTint="@color/dialer_theme_color" />

  <!-- Host container for the contact tile drag shadow -->
  <FrameLayout
+0 −3
Original line number Diff line number Diff line
@@ -23,9 +23,6 @@
    <item name="android:textColorPrimary">@color/dialer_primary_text</item>
  </style>

  <style name="FloatingActionButton" parent="DialtactsTheme" >
    <item name="colorAccent">@color/dialer_theme_color</item>
  </style>

  <style name="TransparentTheme" parent="DialtactsTheme">
    <item name="android:alertDialogTheme">@style/AlertDialogTheme</item>
+4 −2
Original line number Diff line number Diff line
@@ -29,11 +29,13 @@
  <!-- 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/settings_text_color_primary</item>
    <item name="android:textColorPrimary">@color/dialer_primary_text</item>
    <!-- Setting description. -->
    <item name="android:textColorSecondary">@color/settings_text_color_secondary</item>
    <item name="android:textColorSecondary">@color/dialer_secondary_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. -->
+1 −0
Original line number Diff line number Diff line
@@ -22,4 +22,5 @@
  <color name="dialer_background_color">#FAFAFA</color>
  <color name="foreground_color">@lineageos.platform:color/color_default_foreground</color>
  <color name="dialer_primary_text">@lineageos.platform:color/color_default_primary_text</color>
  <color name="dialer_secondary_text">@lineageos.platform:color/color_default_secondary_text</color>
</resources>