diff options
author | jacquarg <guillaume.jacquart@hoodbrains.com> | 2021-11-08 08:40:00 +0000 |
---|---|---|
committer | jacquarg <guillaume.jacquart@hoodbrains.com> | 2021-11-12 16:47:23 +0000 |
commit | 187f4fdece966798dbd017d64b8f865b34dc28ed (patch) | |
tree | 40786f1ac62dc40798ceca31cb369375d4fe2bcd /app/src/main/res/values | |
parent | 5891ac8ea718dcb40014f5a90d2672f902eb6c55 (diff) | |
download | advanced-privacy-187f4fdece966798dbd017d64b8f865b34dc28ed.tar.gz advanced-privacy-187f4fdece966798dbd017d64b8f865b34dc28ed.tar.bz2 advanced-privacy-187f4fdece966798dbd017d64b8f865b34dc28ed.zip |
UI fixes on location
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/colors.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 85f0c70..f0414b6 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -16,6 +16,7 @@ <color name="grey_text">#99000000</color> <color name="grey_text_2">#61000000</color> <color name="grey_divider">#14212121</color> + <color name="grey_overlay">#66FFFFFF</color> <color name="orange_off">#FC7222</color> <color name="green_on">#169659</color> |