diff options
author | cyberta <cyberta@riseup.net> | 2021-11-28 23:08:16 +0000 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2021-11-28 23:08:16 +0000 |
commit | 6c089933ec5aa79987fdec9cfdfe7f0b51598c5b (patch) | |
tree | 8ecc586dbbaae70669adb5d7a2fc0e3b5e318f29 /app/src/custom | |
parent | da382d031d07b8c4197c4dae68a2fd5afe93eb5e (diff) | |
parent | 83685da4414d38d2be2bf7441d274aa2f693e0d2 (diff) |
Merge branch 'last_minute_UI_changes' into 'master'
Last minute ui changes
See merge request leap/bitmask_android!151
Diffstat (limited to 'app/src/custom')
-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> |