mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 15:56:49 +00:00
The search icon has been split into two much shorter paths than the previous single path. Additionally, the xml file size has decreased. Test: Manual Bug: 265170176 Flag: ENABLE_ALL_APPS_SEARCH_IN_TASKBAR Change-Id: I3dcd0f5c978e2c3d249ec01f34b7346657da6bb6
39 lines
1.7 KiB
XML
39 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (C) 2023 The Android Open Source Project
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="44dp"
|
|
android:height="44dp"
|
|
android:viewportWidth="44"
|
|
android:viewportHeight="44">
|
|
<path
|
|
android:fillColor="#FF000000"
|
|
android:pathData="M34.1,14.9c0,2.7 -2.2,4.9 -4.9,4.9s-4.9,-2.2 -4.9,-4.9s2.2,-4.9 4.9,-4.9S34.1,12.2 34.1,14.9z"/>
|
|
<path
|
|
android:fillColor="#FF000000"
|
|
android:pathData="M19.7,14.9c0,2.7 -2.2,4.9 -4.9,4.9S10,17.6 10,14.9s2.2,-4.9 4.9,-4.9S19.7,12.2 19.7,14.9z"/>
|
|
<path
|
|
android:fillColor="#FF000000"
|
|
android:pathData="M14.9,29.2m-4.9,0a4.9,4.9 0,1 1,9.8 0a4.9,4.9 0,1 1,-9.8 0"/>
|
|
<path
|
|
android:fillColor="#FF000000"
|
|
android:pathData="M29.3,25.9c1.9,0 3.4,1.5 3.4,3.4c0,1.9 -1.5,3.4 -3.4,3.4s-3.4,-1.5 -3.4,-3.4C25.9,27.4 27.4,25.9 29.3,25.9M29.3,24.4c-2.7,0 -4.9,2.2 -4.9,4.9s2.2,4.9 4.9,4.9c2.7,0 4.9,-2.2 4.9,-4.9S32,24.4 29.3,24.4L29.3,24.4z"/>
|
|
<path
|
|
android:pathData="M31.9,32L37.4,37.5"
|
|
android:strokeWidth="1.5"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#000000"/>
|
|
</vector>
|