diff options
author | Arne Schwabe <arne@rfc2549.org> | 2017-06-13 21:32:24 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2017-06-13 21:32:24 +0200 |
commit | d54bb10a66fa5b9f2832aa758aa4ef95554750c5 (patch) | |
tree | 62663d620a181f848267ce0aab932048eebb9775 /main | |
parent | 52955295a3af53e53a07a54d9772bcd9e3a1590a (diff) |
Add back dimensions but not in the silly FP format
Diffstat (limited to 'main')
-rw-r--r-- | main/src/main/res/drawable/ic_shortcut_cancel.xml | 14 | ||||
-rw-r--r-- | main/src/main/res/drawable/ic_shortcut_vpn_key.xml | 4 |
2 files changed, 11 insertions, 7 deletions
diff --git a/main/src/main/res/drawable/ic_shortcut_cancel.xml b/main/src/main/res/drawable/ic_shortcut_cancel.xml index 84b0a7de..7fd187ae 100644 --- a/main/src/main/res/drawable/ic_shortcut_cancel.xml +++ b/main/src/main/res/drawable/ic_shortcut_cancel.xml @@ -4,16 +4,18 @@ --> <vector xmlns:android="http://schemas.android.com/apk/res/android" - android:width="48dp" - android:height="48dp"> + android:width="48dp" + android:height="48dp" + android:viewportWidth="48" + android:viewportHeight="48"> <path - android:fillColor="#F5F5F5" android:pathData="M24,24m-22,0a22,22 0,1 1,44 0a22,22 0,1 1,-44 0" android:strokeColor="#00000000" - android:strokeWidth="1" /> + android:fillColor="#F5F5F5" + android:strokeWidth="1"/> <path - android:fillColor="#3F51B5" android:pathData="M24,14C18.47,14 14,18.47 14,24C14,29.53 18.47,34 24,34C29.53,34 34,29.53 34,24C34,18.47 29.53,14 24,14L24,14ZM29,27.59L27.59,29L24,25.41L20.41,29L19,27.59L22.59,24L19,20.41L20.41,19L24,22.59L27.59,19L29,20.41L25.41,24L29,27.59L29,27.59Z" android:strokeColor="#00000000" - android:strokeWidth="1" /> + android:fillColor="#3F51B5" + android:strokeWidth="1"/> </vector> diff --git a/main/src/main/res/drawable/ic_shortcut_vpn_key.xml b/main/src/main/res/drawable/ic_shortcut_vpn_key.xml index ba939fc2..6d1c010a 100644 --- a/main/src/main/res/drawable/ic_shortcut_vpn_key.xml +++ b/main/src/main/res/drawable/ic_shortcut_vpn_key.xml @@ -5,7 +5,9 @@ <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="48dp" - android:height="48dp"> + android:height="48dp" + android:viewportWidth="48" + android:viewportHeight="48"> <path android:pathData="M24,24m-22,0a22,22 0,1 1,44 0a22,22 0,1 1,-44 0" android:strokeColor="#00000000" |