aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/drawable/ic_action_delete.xml
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2017-11-28 17:30:56 -0600
committerSamuel Holland <samuel@sholland.org>2017-11-28 17:30:56 -0600
commit887b678d4be21f46df7a9c6649bd429d58c3d473 (patch)
treefd596759dfbe36745c1df4ad59cec8cd8267ca0f /app/src/main/res/drawable/ic_action_delete.xml
parentConfigActivity: Listen for name changes (diff)
downloadwireguard-android-887b678d4be21f46df7a9c6649bd429d58c3d473.tar.xz
wireguard-android-887b678d4be21f46df7a9c6649bd429d58c3d473.zip
res/drawable: Fix icon sizes
Diffstat (limited to 'app/src/main/res/drawable/ic_action_delete.xml')
-rw-r--r--app/src/main/res/drawable/ic_action_delete.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/src/main/res/drawable/ic_action_delete.xml b/app/src/main/res/drawable/ic_action_delete.xml
index fe6b85f7..b45a975d 100644
--- a/app/src/main/res/drawable/ic_action_delete.xml
+++ b/app/src/main/res/drawable/ic_action_delete.xml
@@ -1,8 +1,8 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="48dp"
- android:height="48dp"
- android:viewportWidth="24.0"
- android:viewportHeight="24.0">
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24">
<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"/>