summaryrefslogtreecommitdiffhomepage
path: root/android/src/main/res/values
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-03-31 19:43:57 +0000
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-04-27 16:21:51 +0000
commit57fa33f93693539ec91b72bb15bbe56963d18d50 (patch)
tree611a1634ed6b5f1de2e87cf172d1a37c4c727522 /android/src/main/res/values
parent777c02df0194a175f346f5918615bc139bd77e3c (diff)
downloadmullvadvpn-57fa33f93693539ec91b72bb15bbe56963d18d50.tar.xz
mullvadvpn-57fa33f93693539ec91b72bb15bbe56963d18d50.zip
Create `InformationView` helper widget
Diffstat (limited to 'android/src/main/res/values')
-rw-r--r--android/src/main/res/values/attrs.xml5
-rw-r--r--android/src/main/res/values/strings.xml2
2 files changed, 7 insertions, 0 deletions
diff --git a/android/src/main/res/values/attrs.xml b/android/src/main/res/values/attrs.xml
new file mode 100644
index 0000000000..62c7d275b7
--- /dev/null
+++ b/android/src/main/res/values/attrs.xml
@@ -0,0 +1,5 @@
+<resources>
+ <declare-styleable name="InformationView">
+ <attr name="description" format="reference|string"/>
+ </declare-styleable>
+</resources>
diff --git a/android/src/main/res/values/strings.xml b/android/src/main/res/values/strings.xml
index de1419cdf8..cc554393f0 100644
--- a/android/src/main/res/values/strings.xml
+++ b/android/src/main/res/values/strings.xml
@@ -179,4 +179,6 @@
https://mullvad.net/en/account/create</string>
<string name="download_url">
https://mullvad.net/en/download</string>
+ <string name="copied_to_clipboard">Copied to
+ clipboard</string>
</resources>