diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2019-09-27 14:04:39 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2019-10-01 15:50:21 +0000 |
| commit | 3e9a59dc9d968ad3cab163856b91a025393a18fc (patch) | |
| tree | 50e09aa94e1748847bff09d292055ccd7ce27f86 /android | |
| parent | 93d6228fa65ef73598667aa0050b5ad66a69b1bf (diff) | |
| download | mullvadvpn-3e9a59dc9d968ad3cab163856b91a025393a18fc.tar.xz mullvadvpn-3e9a59dc9d968ad3cab163856b91a025393a18fc.zip | |
Clean icon_close path data
Diffstat (limited to 'android')
| -rw-r--r-- | android/src/main/res/drawable/icon_close.xml | 37 |
1 files changed, 32 insertions, 5 deletions
diff --git a/android/src/main/res/drawable/icon_close.xml b/android/src/main/res/drawable/icon_close.xml index 7cab786403..7a3fb50c7b 100644 --- a/android/src/main/res/drawable/icon_close.xml +++ b/android/src/main/res/drawable/icon_close.xml @@ -6,9 +6,36 @@ android:viewportWidth="24.0" android:viewportHeight="24.0" > - <group> - <path android:fillColor="#99FFFFFF" - android:pathData="M12,24 C5.37312,24 -3.2900871e-16,18.62688 -7.34788079e-16,12 C-1.14056745e-15,5.37312 5.37312,0 12,0 C18.62688,0 24,5.37312 24,12 C24,18.62688 18.62688,24 12,24 Z M13.5,12 L17.2947612,8.20523878 C17.6857559,7.81424414 17.6838785,7.18387854 17.293923,6.79392296 L17.206077,6.70607704 C16.8181114,6.31811142 16.1842538,6.31574616 15.7947612,6.70523878 L12,10.5 L8.20523878,6.70523878 C7.81574616,6.31574616 7.18188858,6.31811142 6.79392296,6.70607704 L6.70607704,6.79392296 C6.31612146,7.18387854 6.31424414,7.81424414 6.70523878,8.20523878 L10.5,12 L6.70523878,15.7947612 C6.31424414,16.1857559 6.31612146,16.8161215 6.70607704,17.206077 L6.79392296,17.293923 C7.18188858,17.6818886 7.81574616,17.6842538 8.20523878,17.2947612 L12,13.5 L15.7947612,17.2947612 C16.1842538,17.6842538 16.8181114,17.6818886 17.206077,17.293923 L17.293923,17.206077 C17.6838785,16.8161215 17.6857559,16.1857559 17.2947612,15.7947612 L13.5,12 L13.5,12 Z" - /> - </group> + <path android:fillColor="#99FFFFFF" + android:pathData=" + M 12,24 + C 5.37312,24 0,18.62688 0,12 + C 0,5.37312 5.37312,0 12,0 + C 18.62688,0 24,5.37312 24,12 + C 24,18.62688 18.62688,24 12,24 + Z + M 13.5,12 + L 17.2947612,8.20523878 + C 17.6857559,7.81424414 17.6838785,7.18387854 17.293923,6.79392296 + L 17.206077,6.70607704 + C 16.8181114,6.31811142 16.1842538,6.31574616 15.7947612,6.70523878 + L 12,10.5 + L 8.20523878,6.70523878 + C 7.81574616,6.31574616 7.18188858,6.31811142 6.79392296,6.70607704 + L 6.70607704,6.79392296 + C 6.31612146,7.18387854 6.31424414,7.81424414 6.70523878,8.20523878 + L 10.5,12 + L 6.70523878,15.7947612 + C 6.31424414,16.1857559 6.31612146,16.8161215 6.70607704,17.206077 + L 6.79392296,17.293923 + C 7.18188858,17.6818886 7.81574616,17.6842538 8.20523878,17.2947612 + L 12,13.5 + L 15.7947612,17.2947612 + C 16.1842538,17.6842538 16.8181114,17.6818886 17.206077,17.293923 + L 17.293923,17.206077 + C 17.6838785,16.8161215 17.6857559,16.1857559 17.2947612,15.7947612 + L 13.5,12 + L13.5,12 + Z" + /> </vector> |
