summaryrefslogtreecommitdiffhomepage
path: root/android/src
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2019-09-29 22:36:18 +0000
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2019-10-01 16:51:43 +0000
commit5e8501b28999a5c9e76e150fdaab4caf48ece12b (patch)
tree936d2cfa8fb647a1f39e8ea925b5698d02610bc4 /android/src
parentd3998b926b76c8b6859820e8435a610b3fe99365 (diff)
downloadmullvadvpn-5e8501b28999a5c9e76e150fdaab4caf48ece12b.tar.xz
mullvadvpn-5e8501b28999a5c9e76e150fdaab4caf48ece12b.zip
Fix notification action button icons
Diffstat (limited to 'android/src')
-rw-r--r--android/src/main/res/drawable/icon_notification_connect.xml67
-rw-r--r--android/src/main/res/drawable/icon_notification_disconnect.xml63
2 files changed, 72 insertions, 58 deletions
diff --git a/android/src/main/res/drawable/icon_notification_connect.xml b/android/src/main/res/drawable/icon_notification_connect.xml
index 22e23ed1ad..c611b9dc65 100644
--- a/android/src/main/res/drawable/icon_notification_connect.xml
+++ b/android/src/main/res/drawable/icon_notification_connect.xml
@@ -1,33 +1,40 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="24dp"
- android:height="24dp"
- android:viewportWidth="24.0"
- android:viewportHeight="24.0"
+ android:width="32dp"
+ android:height="32dp"
+ android:viewportWidth="32.0"
+ android:viewportHeight="32.0"
android:tint="?attr/colorControlNormal">
- <path
- android:fillColor="#000000"
- android:fillType="evenOdd"
- android:pathData="
- M -4,-1
- v -6
- a 1,1 0 0,1 1,-1
- h 6
- a 1,1 0 0,1 1,1
- v 6
- h 1
- a 1,1 0 0,1 1,1
- v 7
- a 1,1 0 0,1 -1,1
- h -10
- a 1,1 0 0,1 -1,-1
- v -7
- a 1,1 0 0,1 1,-1
- z
- M -2,-1
- v -5
- h 4
- v 5
- z
- "
- />
+ <group
+ android:translateX="16.0"
+ android:translateY="16.0"
+ android:scaleX="1.25"
+ android:scaleY="1.25"
+ >
+ <path
+ android:fillColor="#000000"
+ android:fillType="evenOdd"
+ android:pathData="
+ M -4,-1
+ v -6
+ a 1,1 0 0,1 1,-1
+ h 6
+ a 1,1 0 0,1 1,1
+ v 6
+ h 1
+ a 1,1 0 0,1 1,1
+ v 7
+ a 1,1 0 0,1 -1,1
+ h -10
+ a 1,1 0 0,1 -1,-1
+ v -7
+ a 1,1 0 0,1 1,-1
+ z
+ M -2,-1
+ v -5
+ h 4
+ v 5
+ z
+ "
+ />
+ </group>
</vector>
diff --git a/android/src/main/res/drawable/icon_notification_disconnect.xml b/android/src/main/res/drawable/icon_notification_disconnect.xml
index d7d1a0cfbd..f174b8c5bc 100644
--- a/android/src/main/res/drawable/icon_notification_disconnect.xml
+++ b/android/src/main/res/drawable/icon_notification_disconnect.xml
@@ -1,31 +1,38 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="24dp"
- android:height="24dp"
- android:viewportWidth="24.0"
- android:viewportHeight="24.0"
+ android:width="32dp"
+ android:height="32dp"
+ android:viewportWidth="32.0"
+ android:viewportHeight="32.0"
android:tint="?attr/colorControlNormal">
- <path
- android:fillColor="#000000"
- android:pathData="
- M 0,-1
- v -6
- a 1,1 0 0,1 1,-1
- h 6
- a 1,1 0 0,1 1,1
- v 6
- a 1,1 0 0,1 -2,0
- v -5
- h -4
- v 5
- h 1
- a 1,1 0 0,1 1,1
- v 7
- a 1,1 0 0,1 -1,1
- h -10
- a 1,1 0 0,1 -1,-1
- v -7
- a 1,1 0 0,1 1,-1
- z
- "
- />
+ <group
+ android:translateX="16.0"
+ android:translateY="16.0"
+ android:scaleX="1.25"
+ android:scaleY="1.25"
+ >
+ <path
+ android:fillColor="#000000"
+ android:pathData="
+ M 0,-1
+ v -6
+ a 1,1 0 0,1 1,-1
+ h 6
+ a 1,1 0 0,1 1,1
+ v 6
+ a 1,1 0 0,1 -2,0
+ v -5
+ h -4
+ v 5
+ h 1
+ a 1,1 0 0,1 1,1
+ v 7
+ a 1,1 0 0,1 -1,1
+ h -10
+ a 1,1 0 0,1 -1,-1
+ v -7
+ a 1,1 0 0,1 1,-1
+ z
+ "
+ />
+ </group>
</vector>