summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/src/main/res/drawable/ic_arrow_down.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/src/main/res/drawable/ic_arrow_down.xml b/core/src/main/res/drawable/ic_arrow_down.xml
new file mode 100644
index 000000000..187aa79c7
--- /dev/null
+++ b/core/src/main/res/drawable/ic_arrow_down.xml
@@ -0,0 +1,7 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:height="24dp"
+ android:width="24dp"
+ android:viewportHeight="24"
+ android:viewportWidth="24">
+ <path android:fillColor="?attr/action_icon_color" android:pathData="M7.41,8.59L12,13.17l4.59,-4.58L18,10l-6,6 -6,-6 1.41,-1.41z"/>
+</vector>