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

Commit 3ba7cd9e authored by Fan Zhang's avatar Fan Zhang Committed by Android (Google) Code Review
Browse files

Merge "Use colorPrimary for search bar and suggestion background"

parents e394f908 97bae973
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
        android:id="@+id/search_bar_container"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:background="@color/suggestion_condition_background">
        android:background="?android:attr/colorPrimary">
        <androidx.cardview.widget.CardView
            android:id="@+id/search_bar"
            android:layout_width="match_parent"
+1 −1
Original line number Diff line number Diff line
@@ -476,7 +476,7 @@
    </style>

    <style name="SuggestionConditionStyle">
        <item name="android:background">@color/suggestion_condition_background</item>
        <item name="android:background">?android:attr/colorPrimary</item>
    </style>

    <style name="TextAppearance.SearchBar" parent="@android:style/TextAppearance.Material.Widget.Toolbar.Subtitle">