aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable
diff options
context:
space:
mode:
authorHarsh Shandilya <msfjarvis@gmail.com>2019-11-04 12:08:13 +0530
committerHarsh Shandilya <msfjarvis@gmail.com>2019-11-04 20:13:18 +0530
commitbe47f13d75e4e5bae8dc4c260272dff002b35e80 (patch)
tree585b3aa4426348a7ecc2ec16f78c24c1bc6c0eae /app/src/main/res/drawable
parented0296131505fa8f5404324a938c430f00d174b1 (diff)
Add UI indicator for folders
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r--app/src/main/res/drawable/ic_keyboard_arrow_right_24dp.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/ic_keyboard_arrow_right_24dp.xml b/app/src/main/res/drawable/ic_keyboard_arrow_right_24dp.xml
new file mode 100644
index 00000000..882ab73a
--- /dev/null
+++ b/app/src/main/res/drawable/ic_keyboard_arrow_right_24dp.xml
@@ -0,0 +1,10 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24"
+ android:tint="?attr/passwordIconColor">
+ <path
+ android:fillColor="#FFFFFFFF"
+ android:pathData="M8.59,16.59L13.17,12 8.59,7.41 10,6l6,6 -6,6 -1.41,-1.41z"/>
+</vector>