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

Commit 5ccde070 authored by Mohit Mali's avatar Mohit Mali
Browse files

Dialer theme change in dialacts_activity and search_edittext.xml and toolbar_layout.xml color q

parent d4a2810e
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -382,9 +382,7 @@ public class DialtactsActivity extends TransactionSafeActivity
    final ActionBar actionBar = getActionBarSafely();
    actionBar.setCustomView(R.layout.search_edittext);
    actionBar.setDisplayShowCustomEnabled(true);
//    actionBar.setBackgroundDrawable(null);
    actionBar.setBackgroundDrawable(new ColorDrawable(getResources()
            .getColor(R.color.foreground_color)));
    actionBar.setBackgroundDrawable(null);

    searchEditTextLayout = actionBar.getCustomView().findViewById(R.id.search_view_container);

+3 −3
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@
      android:importantForAccessibility="no"
      android:scaleType="center"
      android:src="@drawable/quantum_ic_search_vd_theme_24"
      android:tint="?colorIcon"/>
      android:tint="@color/dialer_theme_color"/>

    <TextView
      android:id="@+id/search_box_start_search"
@@ -67,7 +67,7 @@
      android:contentDescription="@string/description_start_voice_search"
      android:scaleType="center"
      android:src="@drawable/ic_mic_grey600"
      android:tint="?colorIcon"/>
      android:tint="@color/dialer_theme_color"/>

    <ImageButton
      android:id="@+id/dialtacts_options_menu_button"
@@ -78,7 +78,7 @@
      android:contentDescription="@string/action_menu_overflow_description"
      android:scaleType="center"
      android:src="@drawable/quantum_ic_more_vert_white_24"
      android:tint="?colorIcon"/>
      android:tint="@color/dialer_theme_color"/>
  </RelativeLayout>

  <include layout="@layout/search_bar_expanded"/>
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_width="match_parent"
    android:layout_height="@dimen/expanded_search_bar_height"
    android:background="?android:attr/colorPrimary"
    android:background="@color/foreground_color"
    app:contentInsetEnd="0dp"
    app:contentInsetStart="0dp">
  <FrameLayout