aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/drawable
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2018-01-08 20:42:58 -0600
committerSamuel Holland <samuel@sholland.org>2018-01-08 23:39:26 -0600
commit4f02817ef0a7f0383468805f8e9a976a85d43e3e (patch)
treefb26bd712c81c6730d92e61ccec574c002ed4ab1 /app/src/main/res/drawable
parentproject: Remove currently-unused library (diff)
downloadwireguard-android-4f02817ef0a7f0383468805f8e9a976a85d43e3e.tar.xz
wireguard-android-4f02817ef0a7f0383468805f8e9a976a85d43e3e.zip
global: Fix or suppress most lints/warnings
Signed-off-by: Samuel Holland <samuel@sholland.org>
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r--app/src/main/res/drawable/ic_action_add.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/app/src/main/res/drawable/ic_action_add.xml b/app/src/main/res/drawable/ic_action_add.xml
deleted file mode 100644
index d4e66388..00000000
--- a/app/src/main/res/drawable/ic_action_add.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="24dp"
- android:height="24dp"
- android:viewportHeight="24"
- android:viewportWidth="24">
- <path
- android:fillColor="#FFFFFF"
- android:pathData="M19,13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z" />
-</vector>