summaryrefslogtreecommitdiff
path: root/app/src/main/res/values/attrs.xml
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2021-11-28 21:09:02 +0100
committercyBerta <cyberta@riseup.net>2021-11-28 21:09:02 +0100
commit3228b17f43b232116c192728438954c4c1412ec3 (patch)
tree24fc23c58a7b511522d7071bfe8f119b7b19355a /app/src/main/res/values/attrs.xml
parent0ae22b0017c4796d0f27482b83ed282c1dbe7fea (diff)
make location button icon tint color configurable, use white tint for riseupvpn
Diffstat (limited to 'app/src/main/res/values/attrs.xml')
-rw-r--r--app/src/main/res/values/attrs.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/values/attrs.xml b/app/src/main/res/values/attrs.xml
index 5631e3f3..2bf4d8ce 100644
--- a/app/src/main/res/values/attrs.xml
+++ b/app/src/main/res/values/attrs.xml
@@ -9,6 +9,7 @@
<attr name="icon" format="reference"/>
<attr name="subtitle" format="string|reference"/>
<attr name="singleLine" format="boolean"/>
+ <attr name="tint" format="reference|color" />
<declare-styleable name="IconSwitchEntry">
<attr name="text"/>
<attr name="subtitle" />
@@ -22,4 +23,7 @@
<attr name="icon"/>
<attr name="singleLine"/>
</declare-styleable>
+ <declare-styleable name="LocationIndicator">
+ <attr name="tint"/>
+ </declare-styleable>
</resources> \ No newline at end of file