I want to keep my FloatingActionButton in the same...
# compose
f
I want to keep my FloatingActionButton in the same position wether or not the bottom navigation is visible. For that, I need the height of the bottom bar. How can i get that in Compose?
c
I never actually did this (I just hard-coded it), but maybe my past thread could be of help. https://kotlinlang.slack.com/archives/CJLTWPH7S/p1635488832038500 If you do figure out how to do it. Let me know!
a