diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-04-25 13:13:24 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-04-27 16:21:51 +0000 |
| commit | 50487e173822b1f8feb331606104bb5dd8568ef0 (patch) | |
| tree | d00da8eb29530de34bfa0a2dc0aafeab48cc1c12 /android/src/main/res/values | |
| parent | 57fa33f93693539ec91b72bb15bbe56963d18d50 (diff) | |
| download | mullvadvpn-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.xml | 4 |
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> |
