diff options
author | Svet Ganov <svetoslavganov@google.com> | 2015-07-08 13:16:49 -0700 |
---|---|---|
committer | Svet Ganov <svetoslavganov@google.com> | 2015-07-08 13:19:37 -0700 |
commit | a06c7c505bdfe9e2fae4660ec56f118f5fa82a9c (patch) | |
tree | ffe69c79b9a7419b31446e1c1435466f388b3ea2 /core | |
parent | 3aa1b1e5ec3a4e2074ea054b931cd68df45b43cf (diff) | |
download | frameworks_base-a06c7c505bdfe9e2fae4660ec56f118f5fa82a9c.zip frameworks_base-a06c7c505bdfe9e2fae4660ec56f118f5fa82a9c.tar.gz frameworks_base-a06c7c505bdfe9e2fae4660ec56f118f5fa82a9c.tar.bz2 |
Update storage group icon
bug:22316881
Change-Id: I64ea70d0d195721bbe12a5b673a010254b952e2f
Diffstat (limited to 'core')
-rw-r--r-- | core/res/res/drawable/perm_group_storage.xml | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/core/res/res/drawable/perm_group_storage.xml b/core/res/res/drawable/perm_group_storage.xml index 62131da..74f16d8 100644 --- a/core/res/res/drawable/perm_group_storage.xml +++ b/core/res/res/drawable/perm_group_storage.xml @@ -16,12 +16,9 @@ Copyright (C) 2015 The Android Open Source Project <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportWidth="24.0" - android:viewportHeight="24.0"> + android:viewportWidth="48.0" + android:viewportHeight="48.0"> <path - android:fillColor="#FF000000" - android:pathData="M0,0h48v48H0z"/> - <path - android:fillColor="#FF000000" - android:pathData="M27,9c2.2,0 4,-1.8 4,-4s-1.8,-4 -4,-4 -4,1.8 -4,4 1.8,4 4,4zm-7.2,27.8l1.9,-8.8 4.3,4v12h4V28.9l-4.1,-4.1 1.2,-6C29.7,22 33.6,24 38,24v-4c-3.7,0 -6.9,-2 -8.7,-4.9l-1.9,-3.2c-0.7,-1.2 -2,-1.9 -3.4,-1.9 -0.5,0 -1,0.1 -1.5,0.3L12,14.6V24h4v-6.7l3.5,-1.4L16.4,32l-9.8,-1.9 -0.8,3.9s14,2.7 14,2.8z"/> + android:pathData="M20,8H8c-2.2,0 -4,1.8 -4,4l0,24c0,2.2 1.8,4 4,4h32c2.2,0 4,-1.8 4,-4V16c0,-2.2 -1.8,-4 -4,-4H24L20,8z" + android:fillColor="#FFFFFF"/> </vector> |