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

Commit 57347e47 authored by Mohit Mali's avatar Mohit Mali
Browse files

Dialer theme color change color in app styles,DialerSettingsActivity and dialtacts_activity

parent f573dc6a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -62,8 +62,6 @@ public class DialerSettingsActivity extends AppCompatPreferenceActivity {
    LogUtil.enterBlock("DialerSettingsActivity.onCreate");
    super.onCreate(savedInstanceState);

    getSupportActionBar().setBackgroundDrawable(new ColorDrawable(getResources().getColor(R.color.foreground_color)));

    preferences = PreferenceManager.getDefaultSharedPreferences(this.getApplicationContext());

    Intent intent = getIntent();
+2 −2
Original line number Diff line number Diff line
@@ -87,8 +87,8 @@
     activity's theme extends from Dialer.ThemeBase.ActionBar or doesn't specify a theme. -->
  <style name="DialerActionBarBaseStyle"
      parent="@style/Widget.AppCompat.Light.ActionBar.Solid.Inverse">
    <item name="android:background">?android:attr/colorPrimary</item>
    <item name="background">?android:attr/colorPrimary</item>
    <item name="android:background">@color/foreground_color</item>
    <item name="background">@color/foreground_color</item>
  </style>
  <style name="DialerActionBarBaseTheme"
      parent="@style/ThemeOverlay.AppCompat.Dark.ActionBar">