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

Commit d50d5b48 authored by Winson Chung's avatar Winson Chung
Browse files

Updating dismiss button icon to be rounded.

Bug: 63096732
Test: Open recents, wait for dismiss icons to show, observe roundness
Change-Id: I954efd4b68e8f80f112ba813528f4afff120b8d8
parent 43a02368
Loading
Loading
Loading
Loading
+12 −7
Original line number Original line Diff line number Diff line
@@ -14,11 +14,16 @@ Copyright (C) 2014 The Android Open Source Project
    limitations under the License.
    limitations under the License.
-->
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
        android:width="48.0dp"
android:width="24dp"
        android:height="48.0dp"
android:height="24dp"
        android:viewportWidth="48.0"
android:viewportWidth="24"
        android:viewportHeight="48.0">
android:viewportHeight="24">

<path
<path
    android:fillColor="@color/recents_task_bar_dark_icon_color"
    android:fillColor="@color/recents_task_bar_dark_icon_color"
        android:pathData="M38.000000,12.800000l-2.799999,-2.800000 -11.200001,11.200001 -11.200000,-11.200001 -2.800000,2.800000 11.200001,11.200000 -11.200001,11.200001 2.800000,2.799999 11.200000,-11.200001 11.200001,11.200001 2.799999,-2.799999 -11.200001,-11.200001z"/>
    android:pathData="M18.3 5.71a.996 .996 0 0 0-1.41 0L12 10.59 7.11 5.7A.996 .996 0 1 0 5.7
7.11L10.59 12 5.7 16.89a.996 .996 0 1 0 1.41 1.41L12 13.41l4.89 4.89a.996 .996 0
1 0 1.41-1.41L13.41 12l4.89-4.89c.38-.38 .38 -1.02 0-1.4z" />
<path
    android:pathData="M0 0h24v24H0z" />
</vector>
</vector>
 No newline at end of file
+12 −7
Original line number Original line Diff line number Diff line
@@ -14,11 +14,16 @@ Copyright (C) 2014 The Android Open Source Project
    limitations under the License.
    limitations under the License.
-->
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
        android:width="48.0dp"
android:width="24dp"
        android:height="48.0dp"
android:height="24dp"
        android:viewportWidth="48.0"
android:viewportWidth="24"
        android:viewportHeight="48.0">
android:viewportHeight="24">

<path
<path
    android:fillColor="@color/recents_task_bar_light_icon_color"
    android:fillColor="@color/recents_task_bar_light_icon_color"
        android:pathData="M38.000000,12.800000l-2.799999,-2.800000 -11.200001,11.200001 -11.200000,-11.200001 -2.800000,2.800000 11.200001,11.200000 -11.200001,11.200001 2.800000,2.799999 11.200000,-11.200001 11.200001,11.200001 2.799999,-2.799999 -11.200001,-11.200001z"/>
    android:pathData="M18.3 5.71a.996 .996 0 0 0-1.41 0L12 10.59 7.11 5.7A.996 .996 0 1 0 5.7
7.11L10.59 12 5.7 16.89a.996 .996 0 1 0 1.41 1.41L12 13.41l4.89 4.89a.996 .996 0
1 0 1.41-1.41L13.41 12l4.89-4.89c.38-.38 .38 -1.02 0-1.4z" />
<path
    android:pathData="M0 0h24v24H0z" />
</vector>
</vector>
 No newline at end of file