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

Commit 89aa5e95 authored by Andrew Lee's avatar Andrew Lee
Browse files

Tint close icon color.

Change-Id: I3a6d325283097d940693bf9224dae26b87dcc4ba
parent 12826ada
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>