aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/drawable/ic_action_edit.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_edit.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_edit.xml')
-rw-r--r--app/src/main/res/drawable/ic_action_edit.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/src/main/res/drawable/ic_action_edit.xml b/app/src/main/res/drawable/ic_action_edit.xml
index c910949f..95d5392c 100644
--- a/app/src/main/res/drawable/ic_action_edit.xml
+++ b/app/src/main/res/drawable/ic_action_edit.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="M3,17.25V21h3.75L17.81,9.94l-3.75,-3.75L3,17.25zM20.71,7.04c0.39,-0.39 0.39,-1.02 0,-1.41l-2.34,-2.34c-0.39,-0.39 -1.02,-0.39 -1.41,0l-1.83,1.83 3.75,3.75 1.83,-1.83z"
android:fillColor="#FFFFFF"/>