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

Commit a19584d8 authored by Hyunyoung Song's avatar Hyunyoung Song
Browse files

Change default icons for launcher [3/3]

Bug: 126738409
Bug: 129955150
Change-Id: I9daf5bd253dc72c99ab3a466766a4d30a95d0952
parent 7924a3c9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2,7 +2,8 @@
        android:width="24dp"
        android:height="24dp"
        android:viewportWidth="24"
        android:viewportHeight="24">
        android:viewportHeight="24"
        android:tint="?android:attr/textColorPrimary">
    <group>
        <clip-path android:pathData="M0,0H24V24H0Z M 0,0"/>
        <path
+2 −1
Original line number Diff line number Diff line
@@ -18,7 +18,8 @@
        android:width="24.0dp"
        android:height="24.0dp"
        android:viewportWidth="24.0"
        android:viewportHeight="24.0">
        android:viewportHeight="24.0"
        android:tint="?android:attr/textColorPrimary">

    <path
        android:strokeColor="#FFFFFFFF"
+2 −1
Original line number Diff line number Diff line
@@ -17,7 +17,8 @@
        android:width="24dp"
        android:height="24dp"
        android:viewportWidth="24"
        android:viewportHeight="24">
        android:viewportHeight="24"
        android:tint="?android:attr/textColorPrimary">

    <path
        android:fillColor="@android:color/white"

res/drawable/ic_close.xml

deleted100644 → 0
+0 −23
Original line number Diff line number Diff line
<!-- Copyright (C) 2017 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="24dp"
    android:height="24dp"
    android:viewportHeight="24.0"
    android:viewportWidth="24.0">
  <path
      android:fillColor="@android:color/white"
      android:pathData="M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41z" />
</vector>
 No newline at end of file
+3 −2
Original line number Diff line number Diff line
@@ -17,10 +17,11 @@
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24.0"
    android:viewportHeight="24.0">
    android:viewportHeight="24.0"
    android:tint="?android:attr/textColorHint" >
    <path
        android:pathData="M20 6h-4V4c0-1.11-0.89-2-2-2h-4c-1.11 0-2 0.89-2 2v2H4c-1.11 0-1.99 0.89 -1.99
2L2 19c0 1.11 0.89 2 2 2h16c1.11 0 2-0.89 2-2V8c0-1.11-0.89-2-2-2zM10
4h4v2h-4V4zm10 15H4V8h16v11z"
        android:fillColor="?android:attr/textColorHint"/>
        android:fillColor="@android:color/white"/>
</vector>
 No newline at end of file
Loading