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

Commit a6b773a3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Use colorPrimary for search bar and suggestion background" into pi-dev

parents 10e91c7e 0890c337
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">
        <android.support.v7.widget.CardView
            android:id="@+id/search_bar"
            android:layout_width="match_parent"
+1 −1
Original line number Diff line number Diff line
@@ -474,7 +474,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">