aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/drawable
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2017-08-16 00:55:44 -0500
committerSamuel Holland <samuel@sholland.org>2017-08-16 00:55:44 -0500
commit73217a098a264e3da8497b2c3696c8816004ca64 (patch)
treeea654a9ae85806eec9005f9882b4f6b2b0cf6173 /app/src/main/res/drawable
parentConfig: Rename function to make databinding happy (diff)
downloadwireguard-android-73217a098a264e3da8497b2c3696c8816004ca64.tar.xz
wireguard-android-73217a098a264e3da8497b2c3696c8816004ca64.zip
ConfigListFragment: Implement config selection and removal
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r--app/src/main/res/drawable/ic_action_delete.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/ic_action_delete.xml b/app/src/main/res/drawable/ic_action_delete.xml
new file mode 100644
index 00000000..fe6b85f7
--- /dev/null
+++ b/app/src/main/res/drawable/ic_action_delete.xml
@@ -0,0 +1,9 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="48dp"
+ android:height="48dp"
+ android:viewportWidth="24.0"
+ android:viewportHeight="24.0">
+ <path
+ android:pathData="M6,19c0,1.1 0.9,2 2,2h8c1.1,0 2,-0.9 2,-2V7H6v12zM19,4h-3.5l-1,-1h-5l-1,1H5v2h14V4z"
+ android:fillColor="#FFFFFF"/>
+</vector>