Skip to content

How to move View to edge bottom #32

Closed Answered by zoontek
mirik999 asked this question in Q&A
Discussion options

You must be logged in to vote

@mirik999 On your device, it has fallback to "light scrim", because you are using button navigation in light mode (#fff, 90% opacity).

It's visible, but you should be able to draw under. See, if I switch to button navigation on the simulator:

Fully transparent is only available with gesture navigation, as automatic navigation bar style (based on contrast) also only work with gesture navigation, and it's not possible to programmaticaly update navigation bar style when targetting SDK 35.

See the AndroidX core edge-to-edge implementation, that does the same thing. (the light scrim)

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@mirik999
Comment options

@mirik999
Comment options

@zoontek
Comment options

@zoontek
Comment options

Answer selected by mirik999
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants