aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/drawable/ic_action_open.xml
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2018-01-08 02:19:13 -0600
committerSamuel Holland <samuel@sholland.org>2018-01-08 02:19:13 -0600
commit9c1e41ff56dc9f051b10bd460c845a65ce711a98 (patch)
tree3ace665e70d3b61402d209262ae1eccad518aa2c /app/src/main/res/drawable/ic_action_open.xml
parentApplication: Remove unneeded exported component (diff)
downloadwireguard-android-9c1e41ff56dc9f051b10bd460c845a65ce711a98.tar.xz
wireguard-android-9c1e41ff56dc9f051b10bd460c845a65ce711a98.zip
project: Global cleanup
Signed-off-by: Samuel Holland <samuel@sholland.org>
Diffstat (limited to 'app/src/main/res/drawable/ic_action_open.xml')
-rw-r--r--app/src/main/res/drawable/ic_action_open.xml12
1 files changed, 7 insertions, 5 deletions
diff --git a/app/src/main/res/drawable/ic_action_open.xml b/app/src/main/res/drawable/ic_action_open.xml
index b4fb5a65..ea777109 100644
--- a/app/src/main/res/drawable/ic_action_open.xml
+++ b/app/src/main/res/drawable/ic_action_open.xml
@@ -1,7 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:height="24dp"
android:width="24dp"
- android:viewportWidth="24"
- android:viewportHeight="24">
- <path android:fillColor="#fff" android:pathData="M13,9H18.5L13,3.5V9M6,2H14L20,8V20A2,2 0 0,1 18,22H6C4.89,22 4,21.1 4,20V4C4,2.89 4.89,2 6,2M11,15V12H9V15H6V17H9V20H11V17H14V15H11Z" />
-</vector> \ No newline at end of file
+ android:height="24dp"
+ android:viewportHeight="24"
+ android:viewportWidth="24">
+ <path
+ android:fillColor="#fff"
+ android:pathData="M13,9H18.5L13,3.5V9M6,2H14L20,8V20A2,2 0 0,1 18,22H6C4.89,22 4,21.1 4,20V4C4,2.89 4.89,2 6,2M11,15V12H9V15H6V17H9V20H11V17H14V15H11Z" />
+</vector>