Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TousAntiCovid sources
TousAntiCovid Android
Commits
96cd0184
Commit
96cd0184
authored
Jun 02, 2020
by
stopcovid@lunabee.com
Browse files
Fix Bottom Navigation Accessibility issue on API 27+
parent
09cac4ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
coreui/src/main/res/values-v23/styles.xml
View file @
96cd0184
...
...
@@ -7,10 +7,11 @@
~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~ Created by Lunabee Studio / Date - 2020/04/05 - for the STOP-COVID project
-->
<resources>
<resources
xmlns:tools=
"http://schemas.android.com/tools"
>
<style
name=
"Theme.StopCovid"
parent=
"Theme.Base.StopCovid"
>
<item
name=
"android:statusBarColor"
>
@android:color/transparent
</item>
<item
name=
"android:windowLightStatusBar"
>
true
</item>
<item
name=
"android:windowLightNavigationBar"
tools:targetApi=
"o_mr1"
>
false
</item>
</style>
</resources>
Stopcovid Lunabee
@stopcovid-lunabee
mentioned in issue
#6 (closed)
·
Jun 02, 2020
mentioned in issue
#6 (closed)
mentioned in issue #6
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment