summaryrefslogtreecommitdiffhomepage
path: root/android/src/main/res
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-04-04 14:15:05 +0000
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-04-27 16:21:52 +0000
commit40f65b316ec342a7f1b8c8f7bdebe4dcc26e344e (patch)
tree75f5b962ed1cfa15c5290c02dd1e364ec065482a /android/src/main/res
parentf372ebc85e455740751daa6b409b0c1221eb4c6c (diff)
downloadmullvadvpn-40f65b316ec342a7f1b8c8f7bdebe4dcc26e344e.tar.xz
mullvadvpn-40f65b316ec342a7f1b8c8f7bdebe4dcc26e344e.zip
Allow changing the information text color
Diffstat (limited to 'android/src/main/res')
-rw-r--r--android/src/main/res/values/attrs.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/src/main/res/values/attrs.xml b/android/src/main/res/values/attrs.xml
index bda6c3b9b6..f44c4e8e4e 100644
--- a/android/src/main/res/values/attrs.xml
+++ b/android/src/main/res/values/attrs.xml
@@ -14,6 +14,7 @@
</declare-styleable>
<declare-styleable name="InformationView">
<attr name="description" format="reference|string"/>
+ <attr name="informationColor" format="reference|color"/>
<attr name="whenMissing" format="enum">
<enum name="nothing" value="0"/>
<enum name="hide" value="1"/>