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

Commit 982e9f46 authored by Andrew Lee's avatar Andrew Lee Committed by Android (Google) Code Review
Browse files

Merge "Tint close icon color."

parents d305ea23 89aa5e95
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -55,6 +55,7 @@
        android:src="@drawable/ic_close_dk"
        android:clickable="true"
        android:background="?android:attr/selectableItemBackground"
        android:contentDescription="@string/description_clear_search" />
        android:contentDescription="@string/description_clear_search"
        android:tint="@color/searchbox_icon_tint"/>

</LinearLayout>
+1 −0
Original line number Diff line number Diff line
@@ -103,4 +103,5 @@
    <color name="searchbox_background_color">#ffffff</color>
    <!-- Text color of the search box hint text  -->
    <color name="searchbox_hint_text_color">#a4a4a4</color>
    <color name="searchbox_icon_tint">#a4a4a4</color>
</resources>