diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-07-07 19:18:24 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-07 19:18:24 +0530 |
commit | 5d170249cdd0050349f40d3a5852a8ba996663bc (patch) | |
tree | b5c4b1654b8d44c7f0893b84cbc7072d0e35ad18 /app/src/main/res/values/bools.xml | |
parent | 035d3feaa4e81eadef69bb7799d3cedf7ff17d33 (diff) |
Major UI overhaul and the introduction of a new icon (#920)
Co-authored-by: Fabian Henneke <fabian@henneke.me>
Diffstat (limited to 'app/src/main/res/values/bools.xml')
-rw-r--r-- | app/src/main/res/values/bools.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/bools.xml b/app/src/main/res/values/bools.xml index 1178f5fe..fcf624a7 100644 --- a/app/src/main/res/values/bools.xml +++ b/app/src/main/res/values/bools.xml @@ -2,4 +2,5 @@ <resources> <bool name="leak_canary_allow_in_non_debuggable_build">true</bool> <bool name="enable_accessibility_autofill">true</bool> + <bool name="light_status_bar">true</bool> </resources> |