summaryrefslogtreecommitdiffstats
path: root/res/drawable/dropdown_ic_arrow.xml
diff options
context:
space:
mode:
authorcretin45 <cretin45@gmail.com>2014-12-14 09:21:04 -0800
committerSteve Kondik <steve@cyngn.com>2015-03-28 14:56:24 -0700
commit2deb6f518822055f4b60bbe8afabc938a9023cc9 (patch)
tree8ec36653f503923f613c701ff3d5d49088dbc5ac /res/drawable/dropdown_ic_arrow.xml
parentfe66d39d4c7a4e8c0c3e623c54fd0daffe6cc093 (diff)
downloadandroid_packages_apps_Gallery2-2deb6f518822055f4b60bbe8afabc938a9023cc9.tar.gz
android_packages_apps_Gallery2-2deb6f518822055f4b60bbe8afabc938a9023cc9.tar.bz2
android_packages_apps_Gallery2-2deb6f518822055f4b60bbe8afabc938a9023cc9.zip
Gallery2: Materialization
- Material theme - FAB - New Icon - Add missing resources for movie settings - Fix action mode - Vector drawables Change-Id: I9c8cc81759502a417a5585fd1d3fd9b61e0bd68b
Diffstat (limited to 'res/drawable/dropdown_ic_arrow.xml')
-rw-r--r--res/drawable/dropdown_ic_arrow.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/res/drawable/dropdown_ic_arrow.xml b/res/drawable/dropdown_ic_arrow.xml
new file mode 100644
index 000000000..f9464faf3
--- /dev/null
+++ b/res/drawable/dropdown_ic_arrow.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24">
+
+ <path
+ android:fillColor="#ffffff"
+ android:pathData="M7,10l5,5l5-5H7Z" />
+</vector>