aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/drawable
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2018-06-28 20:05:33 +0530
committerJason A. Donenfeld <Jason@zx2c4.com>2018-06-30 21:07:24 +0200
commit0e3e3ae37b093c8de04be2a141e7b49d708f5336 (patch)
tree802e241068af8b81b3ca7ad230590312ebe3566f /app/src/main/res/drawable
parentwireguard: Bump snapshot (diff)
downloadwireguard-android-0e3e3ae37b093c8de04be2a141e7b49d708f5336.tar.xz
wireguard-android-0e3e3ae37b093c8de04be2a141e7b49d708f5336.zip
android: Add select all button to action mode
Thanks to Jason for suggesting the not-clinically-insane method to go about this. Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r--app/src/main/res/drawable/ic_action_select_all.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/ic_action_select_all.xml b/app/src/main/res/drawable/ic_action_select_all.xml
new file mode 100644
index 00000000..2ddfb85a
--- /dev/null
+++ b/app/src/main/res/drawable/ic_action_select_all.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:viewportWidth="24"
+ android:viewportHeight="24"
+ android:width="24dp"
+ android:height="24dp">
+ <path
+ android:fillColor="?android:attr/colorForeground"
+ android:pathData="M3 5L5 5 5 3C3.9 3 3 3.9 3 5Zm0 8l2 0 0 -2 -2 0 0 2zm4 8l2 0 0 -2 -2 0 0 2zM3 9L5 9 5 7 3 7 3 9Zm10 -6l-2 0 0 2 2 0 0 -2zm6 0l0 2 2 0C21 3.9 20.1 3 19 3ZM5 21L5 19 3 19c0 1.1 0.9 2 2 2zm-2 -4l2 0 0 -2 -2 0 0 2zM9 3L7 3 7 5 9 5 9 3Zm2 18l2 0 0 -2 -2 0 0 2zm8 -8l2 0 0 -2 -2 0 0 2zm0 8c1.1 0 2 -0.9 2 -2l-2 0 0 2zm0 -12l2 0 0 -2 -2 0 0 2zm0 8l2 0 0 -2 -2 0 0 2zm-4 4l2 0 0 -2 -2 0 0 2zm0 -16l2 0 0 -2 -2 0 0 2zM7 17L17 17 17 7 7 7 7 17Zm2 -8l6 0 0 6 -6 0 0 -6z" />
+</vector> \ No newline at end of file