summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorJon Miranda <jonmiranda@google.com>2018-04-05 11:43:08 -0700
committerJon Miranda <jonmiranda@google.com>2018-04-05 13:17:53 -0700
commitc9fa640ceecb02259e74cb034e32958d6f99cc52 (patch)
tree966f821a0291441454581325a1143745bc6738a4 /res/drawable
parent83bf457aaad9ba96fa5e5ae98c3434cb7559fe60 (diff)
downloadandroid_packages_apps_Trebuchet-c9fa640ceecb02259e74cb034e32958d6f99cc52.tar.gz
android_packages_apps_Trebuchet-c9fa640ceecb02259e74cb034e32958d6f99cc52.tar.bz2
android_packages_apps_Trebuchet-c9fa640ceecb02259e74cb034e32958d6f99cc52.zip
Update delete/uninstall/close icons.
Bug: 77641054 Change-Id: I8fb7cc4ffe835de57d8104373816deffe77870d9
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/ic_close.xml2
-rw-r--r--res/drawable/ic_uninstall_no_shadow.xml9
2 files changed, 8 insertions, 3 deletions
diff --git a/res/drawable/ic_close.xml b/res/drawable/ic_close.xml
index fc9ed49e9..8b2f55fb3 100644
--- a/res/drawable/ic_close.xml
+++ b/res/drawable/ic_close.xml
@@ -19,5 +19,5 @@
android:viewportWidth="24.0">
<path
android:fillColor="@android:color/white"
- android:pathData="M19,6.41L17.59,5 12,10.59 6.41,5 5,6.41 10.59,12 5,17.59 6.41,19 12,13.41 17.59,19 19,17.59 13.41,12z"/>
+ 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
diff --git a/res/drawable/ic_uninstall_no_shadow.xml b/res/drawable/ic_uninstall_no_shadow.xml
index 2a86e1042..37632d1a4 100644
--- a/res/drawable/ic_uninstall_no_shadow.xml
+++ b/res/drawable/ic_uninstall_no_shadow.xml
@@ -21,6 +21,11 @@
android:tint="?android:attr/textColorPrimary" >
<path
android:fillColor="#FFFFFFFF"
- android:pathData="M6,19c0,1.1,0.9,2,2,2h8c1.1,0,2-0.9,2-2V7H6V19z M18,4h-2.5l-0.71-0.71C14.61,3.11,14.35,3,14.09,
- 3H9.9C9.64,3,9.38,3.11,9.2,3.29L8.49,4h-2.5c-0.55,0-1,0.45-1,1s0.45,1,1,1h12c0.55,0,1-0.45,1-1C19,4.45,18.55,4,18,4L18,4z"/>
+ android:pathData="M15,4V3H9v1H4v2h1v13c0,1.1,0.9,2,2,2h10c1.1,0,2-0.9,2-2V6h1V4H15z M17,19H7V6h10V19z" />
+ <path
+ android:fillColor="#FFFFFFFF"
+ android:pathData="M 9 8 H 11 V 17 H 9 V 8 Z" />
+ <path
+ android:fillColor="#FFFFFFFF"
+ android:pathData="M 13 8 H 15 V 17 H 13 V 8 Z" />
</vector>