diff options
| author | MaryamShaghaghi <122574719+MaryamShaghaghi@users.noreply.github.com> | 2023-11-27 14:35:46 +0100 |
|---|---|---|
| committer | MaryamShaghaghi <122574719+MaryamShaghaghi@users.noreply.github.com> | 2023-12-04 11:30:23 +0100 |
| commit | ba4658d9545d926bfe08341a5bc80c63b3a09d3e (patch) | |
| tree | afebb8532690566607385ef09ad5421f64b9c18c /android/lib | |
| parent | 63025aaa3152c4bddea0b960bf663c9a5797d59d (diff) | |
| download | mullvadvpn-ba4658d9545d926bfe08341a5bc80c63b3a09d3e.tar.xz mullvadvpn-ba4658d9545d926bfe08341a5bc80c63b3a09d3e.zip | |
Update select location screen
Co-Authored-By: Boban Sijuk <49131853+boki91@users.noreply.github.com>
Diffstat (limited to 'android/lib')
| -rw-r--r-- | android/lib/resource/src/main/res/drawable/icons_more_circle.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/android/lib/resource/src/main/res/drawable/icons_more_circle.xml b/android/lib/resource/src/main/res/drawable/icons_more_circle.xml new file mode 100644 index 0000000000..2f7800ccf3 --- /dev/null +++ b/android/lib/resource/src/main/res/drawable/icons_more_circle.xml @@ -0,0 +1,13 @@ +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="24dp" + android:height="24dp" + android:viewportWidth="24.0" + android:viewportHeight="24.0"> + <path + android:fillAlpha="0.6" + android:fillColor="#FFFFFF" + android:fillType="evenOdd" + 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 24zM10.445,16.044L10.445,17.6h3.111v-1.556zM7.333,12.155v1.556h9.333v-1.556zM5,8.267v1.556h14L19,8.267z" + android:strokeWidth="1" + android:strokeColor="#00000000" /> +</vector> |
