OSDN Git Service

Update storage group icon
authorSvet Ganov <svetoslavganov@google.com>
Wed, 8 Jul 2015 20:16:49 +0000 (13:16 -0700)
committerSvet Ganov <svetoslavganov@google.com>
Wed, 8 Jul 2015 20:19:37 +0000 (13:19 -0700)
bug:22316881

Change-Id: I64ea70d0d195721bbe12a5b673a010254b952e2f

core/res/res/drawable/perm_group_storage.xml

index 62131da..74f16d8 100644 (file)
@@ -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>