Skip to content

Commit ef14cb2

Browse files
mikeNGneobuddy89
authored andcommitted
Launcher3: Update search icon to match Settings
Change-Id: Ic779bf0bf20046bfe92385e6a09796e94ba68644 Signed-off-by: Pranav Vashi <[email protected]>
1 parent 325a686 commit ef14cb2

File tree

1 file changed

+22
-19
lines changed

1 file changed

+22
-19
lines changed

res/drawable/ic_allapps_search.xml

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,28 @@
1-
<?xml version="1.0" encoding="utf-8"?><!--
2-
Copyright (C) 2016 The Android Open Source Project
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
Copyright (C) 2019 The Android Open Source Project
34
4-
Licensed under the Apache License, Version 2.0 (the "License");
5-
you may not use this file except in compliance with the License.
6-
You may obtain a copy of the License at
5+
Licensed under the Apache License, Version 2.0 (the "License");
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
78
8-
http://www.apache.org/licenses/LICENSE-2.0
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
-->
917

10-
Unless required by applicable law or agreed to in writing, software
11-
distributed under the License is distributed on an "AS IS" BASIS,
12-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
See the License for the specific language governing permissions and
14-
limitations under the License.
15-
-->
1618
<vector xmlns:android="http://schemas.android.com/apk/res/android"
17-
android:width="24dp"
18-
android:height="24dp"
19-
android:viewportHeight="24.0"
20-
android:viewportWidth="24.0"
21-
android:autoMirrored="true">
19+
android:width="24dp"
20+
android:height="24dp"
21+
android:viewportWidth="24"
22+
android:viewportHeight="24"
23+
android:tint="?android:attr/textColorSecondary"
24+
android:autoMirrored="true">
2225
<path
23-
android:fillColor="?attr/widgetPickerSearchTextColor"
24-
android:pathData="M15.5,14h-0.79l-0.28,-0.27C15.41,12.59 16,11.11 16,9.5 16,5.91 13.09,3 9.5,3S3,5.91 3,9.5 5.91,16 9.5,16c1.61,0 3.09,-0.59 4.23,-1.57l0.27,0.28v0.79l5,4.99L20.49,19l-4.99,-5zM9.5,14C7.01,14 5,11.99 5,9.5S7.01,5 9.5,5 14,7.01 14,9.5 11.99,14 9.5,14z" />
26+
android:fillColor="#FF000000"
27+
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"/>
2528
</vector>

0 commit comments

Comments
 (0)