diff options
| author | saber safavi <saber.safavi@codic.se> | 2023-04-05 13:42:57 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-04-11 11:11:58 +0200 |
| commit | 1b495c450c00a1dc338fd1b48c8ef722dba09308 (patch) | |
| tree | 5aca186b2549e7dcd7ec95d76916d09579f59694 /android | |
| parent | b5b13e3974a29623c868eeb2a2f9348c6a074136 (diff) | |
| download | mullvadvpn-1b495c450c00a1dc338fd1b48c8ef722dba09308.tar.xz mullvadvpn-1b495c450c00a1dc338fd1b48c8ef722dba09308.zip | |
Add info icon
Diffstat (limited to 'android')
| -rw-r--r-- | android/app/src/main/res/drawable/icon_info.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/android/app/src/main/res/drawable/icon_info.xml b/android/app/src/main/res/drawable/icon_info.xml new file mode 100644 index 0000000000..98f45776a3 --- /dev/null +++ b/android/app/src/main/res/drawable/icon_info.xml @@ -0,0 +1,8 @@ +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="24dp" + android:height="24dp" + android:viewportWidth="24" + android:viewportHeight="24"> + <path android:pathData="M12,24A12,12 0,0 1,3.515 3.515a12,12 0,1 1,16.97 16.97A11.922,11.922 0,0 1,12 24zM12,9a1.5,1.5 0,0 0,-1.5 1.5L10.5,18a1.5,1.5 0,1 0,3 0v-7.5A1.5,1.5 0,0 0,12 9zM12,4.5A1.5,1.5 0,1 0,13.5 6,1.5 1.5,0 0,0 12,4.5z" + android:fillColor="#294d73" /> +</vector> |
