summaryrefslogtreecommitdiffhomepage
path: root/android/src/main/res/values
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-04-25 13:13:24 +0000
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-04-27 16:21:51 +0000
commit50487e173822b1f8feb331606104bb5dd8568ef0 (patch)
treed00da8eb29530de34bfa0a2dc0aafeab48cc1c12 /android/src/main/res/values
parent57fa33f93693539ec91b72bb15bbe56963d18d50 (diff)
downloadmullvadvpn-50487e173822b1f8feb331606104bb5dd8568ef0.tar.xz
mullvadvpn-50487e173822b1f8feb331606104bb5dd8568ef0.zip
Create `CopyableInformationView` helper widget
Diffstat (limited to 'android/src/main/res/values')
-rw-r--r--android/src/main/res/values/attrs.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/android/src/main/res/values/attrs.xml b/android/src/main/res/values/attrs.xml
index 62c7d275b7..d8406f4c61 100644
--- a/android/src/main/res/values/attrs.xml
+++ b/android/src/main/res/values/attrs.xml
@@ -1,4 +1,8 @@
<resources>
+ <declare-styleable name="CopyableInformationView">
+ <attr name="clipboardLabel" format="reference|string"/>
+ <attr name="copiedToast" format="reference|string"/>
+ </declare-styleable>
<declare-styleable name="InformationView">
<attr name="description" format="reference|string"/>
</declare-styleable>