summaryrefslogtreecommitdiffhomepage
path: root/android/lib/resource
diff options
context:
space:
mode:
authorDavid Göransson <david.goransson@mullvad.net>2024-04-19 11:09:41 +0200
committerDavid Göransson <david.goransson@mullvad.net>2024-04-19 11:27:23 +0200
commitca1d45e7244ce2e7c5d0810d430cf432ccba3381 (patch)
treeddefc0e789f5bae14f41e89d2ae3d69fd6646091 /android/lib/resource
parent1d58cd66de9fd61ffc78175fd1f677ec1b026970 (diff)
downloadmullvadvpn-ca1d45e7244ce2e7c5d0810d430cf432ccba3381.tar.xz
mullvadvpn-ca1d45e7244ce2e7c5d0810d430cf432ccba3381.zip
Add delete custom list entry bottom sheet
Diffstat (limited to 'android/lib/resource')
-rw-r--r--android/lib/resource/src/main/res/drawable/ic_remove.xml9
-rw-r--r--android/lib/resource/src/main/res/values/strings.xml1
2 files changed, 10 insertions, 0 deletions
diff --git a/android/lib/resource/src/main/res/drawable/ic_remove.xml b/android/lib/resource/src/main/res/drawable/ic_remove.xml
new file mode 100644
index 0000000000..93b0990d6b
--- /dev/null
+++ b/android/lib/resource/src/main/res/drawable/ic_remove.xml
@@ -0,0 +1,9 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="960"
+ android:viewportHeight="960">
+ <path
+ android:fillColor="#FF000000"
+ android:pathData="M200,520v-80h560v80L200,520Z"/>
+</vector>
diff --git a/android/lib/resource/src/main/res/values/strings.xml b/android/lib/resource/src/main/res/values/strings.xml
index a8e9978f71..38a839bed3 100644
--- a/android/lib/resource/src/main/res/values/strings.xml
+++ b/android/lib/resource/src/main/res/values/strings.xml
@@ -311,6 +311,7 @@
<string name="discard_changes">Discard changes?</string>
<string name="discard">Discard</string>
<string name="add_location_to_list">Add %s to list</string>
+ <string name="remove_location_from_list">Remove %s from list</string>
<string name="location_was_added_to_list">%s was added to \"%s\"</string>
<string name="location_added">%s (added)</string>
<string name="edit_name">Edit name</string>