summaryrefslogtreecommitdiffstats
path: root/res/drawable/dropdown_ic_arrow.xml
diff options
context:
space:
mode:
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>