diff options
| -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" | 
