diff options
| author | 2017-06-29 02:39:41 +0000 | |
|---|---|---|
| committer | 2017-06-29 02:39:41 +0000 | |
| commit | 9fa9d6f64f12dea4ab6a32e39cd8f41b48ab951f (patch) | |
| tree | b0d3c082446cab62658c894a2a9f765e2d1d68de | |
| parent | 18cd2d78807e025aea630b6e2e534b0c08686043 (diff) | |
| parent | fd71b51367b295ed83518c14fc9270ae423d85bd (diff) | |
Merge "Updating dismiss button icon to be rounded." into oc-dr1-dev
am: fd71b51367
Change-Id: I56c77719fe60f9073bc8f770775a7b160f6de52b
| -rw-r--r-- | packages/SystemUI/res/drawable/recents_dismiss_dark.xml | 19 | ||||
| -rw-r--r-- | packages/SystemUI/res/drawable/recents_dismiss_light.xml | 19 |
2 files changed, 24 insertions, 14 deletions
diff --git a/packages/SystemUI/res/drawable/recents_dismiss_dark.xml b/packages/SystemUI/res/drawable/recents_dismiss_dark.xml index 951269bd37b1..b837ebef78eb 100644 --- a/packages/SystemUI/res/drawable/recents_dismiss_dark.xml +++ b/packages/SystemUI/res/drawable/recents_dismiss_dark.xml @@ -14,11 +14,16 @@ Copyright (C) 2014 The Android Open Source Project limitations under the License. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" - android:width="48.0dp" - android:height="48.0dp" - android:viewportWidth="48.0" - android:viewportHeight="48.0"> - <path - 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:width="24dp" +android:height="24dp" +android:viewportWidth="24" +android:viewportHeight="24"> + +<path + android:fillColor="@color/recents_task_bar_dark_icon_color" + 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>
\ No newline at end of file diff --git a/packages/SystemUI/res/drawable/recents_dismiss_light.xml b/packages/SystemUI/res/drawable/recents_dismiss_light.xml index 1f44c1c846bb..2b2081404b69 100644 --- a/packages/SystemUI/res/drawable/recents_dismiss_light.xml +++ b/packages/SystemUI/res/drawable/recents_dismiss_light.xml @@ -14,11 +14,16 @@ Copyright (C) 2014 The Android Open Source Project limitations under the License. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" - android:width="48.0dp" - android:height="48.0dp" - android:viewportWidth="48.0" - android:viewportHeight="48.0"> - <path - 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:width="24dp" +android:height="24dp" +android:viewportWidth="24" +android:viewportHeight="24"> + +<path + android:fillColor="@color/recents_task_bar_light_icon_color" + 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>
\ No newline at end of file |