summaryrefslogtreecommitdiffstats
path: root/res/drawable-v21/ic_drawer_trash_24dp.xml
diff options
context:
space:
mode:
authorRohan Shah <shahrk@google.com>2014-10-13 18:59:02 +0000
committerRohan Shah <shahrk@google.com>2014-10-13 18:59:02 +0000
commit722c8c8e9797a021178c9feb7f2902a2a095ab36 (patch)
tree87c997087acee04f72b7bdd4fca0273f8a9f6f23 /res/drawable-v21/ic_drawer_trash_24dp.xml
parenta2023f30e61405506b6bab84575bd425957ae171 (diff)
downloadandroid_packages_apps_UnifiedEmail-722c8c8e9797a021178c9feb7f2902a2a095ab36.tar.gz
android_packages_apps_UnifiedEmail-722c8c8e9797a021178c9feb7f2902a2a095ab36.tar.bz2
android_packages_apps_UnifiedEmail-722c8c8e9797a021178c9feb7f2902a2a095ab36.zip
Revert "Force Show Vector Drawables (UnifiedEmail)"
Need to revert - doesn't build on Mac OS This reverts commit a2023f30e61405506b6bab84575bd425957ae171. Change-Id: I84ffde14135857402e4249a1dec9040a80deff21
Diffstat (limited to 'res/drawable-v21/ic_drawer_trash_24dp.xml')
-rw-r--r--res/drawable-v21/ic_drawer_trash_24dp.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/res/drawable-v21/ic_drawer_trash_24dp.xml b/res/drawable-v21/ic_drawer_trash_24dp.xml
new file mode 100644
index 000000000..3e87cf92a
--- /dev/null
+++ b/res/drawable-v21/ic_drawer_trash_24dp.xml
@@ -0,0 +1,24 @@
+<!--
+Copyright (C) 2014 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24.0dp"
+ android:height="24.0dp"
+ android:viewportWidth="24.0"
+ android:viewportHeight="24.0">
+ <path
+ android:fillColor="#8a000000"
+ android:pathData="M6.0,19.0c0.0,1.1 0.9,2.0 2.0,2.0l8.0,0.0c1.1,0.0 2.0,-0.9 2.0,-2.0L18.0,7.0L6.0,7.0L6.0,19.0zM19.0,4.0l-3.5,0.0l-1.0,-1.0l-5.0,0.0l-1.0,1.0L5.0,4.0l0.0,2.0l14.0,0.0L19.0,4.0z"/>
+</vector>