summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Sunny Shao <sunnyshao@google.com> 2018-12-06 17:53:02 +0800
committer Sunny Shao <sunnyshao@google.com> 2018-12-08 04:10:51 +0800
commit769537b87edefb2c346e174b28381d08eededae5 (patch)
tree21636bda9f7a3b910acc4af23568f445c76b8a45
parenta4313a4abcd361c953e27bc6a2af605ec66e6459 (diff)
Changed the color of the search icon
Changed the color of the ic_search_24dp.xml as #1A73E8. Bug: 118886724 Test: manual Change-Id: I00eea2b6db4fb77d1e5047ff8038471123ce58b4
-rw-r--r--packages/SettingsLib/SearchWidget/res/drawable/ic_search_24dp.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SettingsLib/SearchWidget/res/drawable/ic_search_24dp.xml b/packages/SettingsLib/SearchWidget/res/drawable/ic_search_24dp.xml
index 7e65848de189..a046332eaae8 100644
--- a/packages/SettingsLib/SearchWidget/res/drawable/ic_search_24dp.xml
+++ b/packages/SettingsLib/SearchWidget/res/drawable/ic_search_24dp.xml
@@ -20,7 +20,7 @@
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24"
- android:tint="?android:attr/colorControlNormal">
+ android:tint="?android:attr/colorAccent">
<path
android:fillColor="#FF000000"
android:pathData="M20.49,19l-5.73,-5.73C15.53,12.2 16,10.91 16,9.5C16,5.91 13.09,3 9.5,3S3,5.91 3,9.5C3,13.09 5.91,16 9.5,16c1.41,0 2.7,-0.47 3.77,-1.24L19,20.49L20.49,19zM5,9.5C5,7.01 7.01,5 9.5,5S14,7.01 14,9.5S11.99,14 9.5,14S5,11.99 5,9.5z"/>