summaryrefslogtreecommitdiffhomepage
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
commit5620379fe53b93270631e812ac17bc40d6c7f4a5 (patch)
treeea654a9ae85806eec9005f9882b4f6b2b0cf6173 /app/src/main/res/drawable
parente82f1455e4ef6ea9c3ad28ad0270c2441e659bf6 (diff)
ConfigListFragment: Implement config selection and removal
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>