Join Slack
Powered by
Hi! Is there a way to do this ? (button on navigat...
# compose
l
Louis
05/31/2023, 6:18 PM
Hi! Is there a way to do this ? (button on navigationbar)
f
francisco
05/31/2023, 6:27 PM
maybe this could help
https://proandroiddev.com/bottom-navigation-with-docked-fab-in-jetpack-compose-f1ba3cb3771b
m
Morgane Soula
05/31/2023, 6:32 PM
Yes you can. Here’s my code with an implementation
https://github.com/morganesoula/catlife/blob/main/app/src/main/java/com/ms/catlife/feature_main/presentation/screen/HomeScreen.kt
l
Louis
05/31/2023, 6:42 PM
Ah ok thank you guys I forgot the isFloatingActionButtonDocked property 🙏
Louis
05/31/2023, 7:00 PM
Ok so I understand why I didn't see it this is because I use scaffold material 3 and there is not this prop
Louis
05/31/2023, 7:09 PM
I have my answer :
https://kotlinlang.slack.com/archives/CJLTWPH7S/p1659464505372039
this is not in material3 guidelines and so not implemented
2
Views
Open in Slack
Previous
Next