mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Redesign Recents icon
This commit is contained in:
19
lawnchair/res/drawable/ic_quickstep.xml
Normal file
19
lawnchair/res/drawable/ic_quickstep.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="32dp"
|
||||
android:height="32dp"
|
||||
android:viewportWidth="32"
|
||||
android:viewportHeight="32">
|
||||
<path
|
||||
android:pathData="M16,16m-16,0a16,16 0,1 1,32 0a16,16 0,1 1,-32 0"
|
||||
android:fillColor="#F50021"/>
|
||||
<path
|
||||
android:pathData="M13,6C11.3431,6 10,7.3432 10,9V23C10,24.6569 11.3431,26 13,26H19C20.6569,26 22,24.6569 22,23V9C22,7.3432 20.6569,6 19,6H13ZM13,8C12.4477,8 12,8.4477 12,9V23C12,23.5523 12.4477,24 13,24H19C19.5523,24 20,23.5523 20,23V9C20,8.4477 19.5523,8 19,8H13Z"
|
||||
android:fillColor="#ffffff"
|
||||
android:fillType="evenOdd"/>
|
||||
<path
|
||||
android:pathData="M25,10L25,10A1,1 0,0 1,26 11L26,21A1,1 0,0 1,25 22L25,22A1,1 0,0 1,24 21L24,11A1,1 0,0 1,25 10z"
|
||||
android:fillColor="#ffffff"/>
|
||||
<path
|
||||
android:pathData="M7,10L7,10A1,1 0,0 1,8 11L8,21A1,1 0,0 1,7 22L7,22A1,1 0,0 1,6 21L6,11A1,1 0,0 1,7 10z"
|
||||
android:fillColor="#ffffff"/>
|
||||
</vector>
|
||||
@@ -1,37 +0,0 @@
|
||||
<!--
|
||||
~ This file is part of Lawnchair Launcher.
|
||||
~
|
||||
~ Lawnchair Launcher is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 3 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ Lawnchair Launcher is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with Lawnchair Launcher. If not, see <https://www.gnu.org/licenses/>.
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="32dp"
|
||||
android:height="32dp"
|
||||
android:viewportWidth="32"
|
||||
android:viewportHeight="32">
|
||||
<path
|
||||
android:pathData="M16,16m-16,0a16,16 0,1 1,32 0a16,16 0,1 1,-32 0"
|
||||
android:fillColor="#3F51B5"/>
|
||||
<path
|
||||
android:pathData="M12,9L20,9A1,1 0,0 1,21 10L21,22A1,1 0,0 1,20 23L12,23A1,1 0,0 1,11 22L11,10A1,1 0,0 1,12 9z"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffffff"/>
|
||||
<path
|
||||
android:pathData="M24,11V11C25.1046,11 26,11.8954 26,13V20C26,21.1046 25.1046,22 24,22V22V11Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
<path
|
||||
android:pathData="M8,11V11C6.8954,11 6,11.8954 6,13V20C6,21.1046 6.8954,22 8,22V22V11Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
</vector>
|
||||
Reference in New Issue
Block a user