diff options
author | cyBerta <cyberta@riseup.net> | 2021-11-28 21:09:02 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2021-11-28 21:09:02 +0100 |
commit | 3228b17f43b232116c192728438954c4c1412ec3 (patch) | |
tree | 24fc23c58a7b511522d7071bfe8f119b7b19355a /app/src/custom/res/values | |
parent | 0ae22b0017c4796d0f27482b83ed282c1dbe7fea (diff) |
make location button icon tint color configurable, use white tint for riseupvpn
Diffstat (limited to 'app/src/custom/res/values')
-rw-r--r-- | app/src/custom/res/values/custom-theme.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/src/custom/res/values/custom-theme.xml b/app/src/custom/res/values/custom-theme.xml index 91b48f8c..a17b401c 100644 --- a/app/src/custom/res/values/custom-theme.xml +++ b/app/src/custom/res/values/custom-theme.xml @@ -15,5 +15,7 @@ <color name="colorMainBtnHighlight">#58FFA9</color> <!-- glow effect color of the on / off button if no network / traffic blocked --> <color name="colorMainBtnError">#eF2222</color> - + <!-- location button icon tint color --> + <color name="colorLocationButtonTint">#ffffff</color> + <color name="colorLocationButtonTintTransparent">#22ffffff</color> </resources> |