Last active
January 22, 2024 14:39
-
-
Save MachFour/369ebb56a66e2f583ebfb988dda2decf to your computer and use it in GitHub Desktop.
Jetpack Compose Material3 ActionMenu
Hi @romsahel, thanks for the suggestions!
- The Material3 updates are perfect, thanks. I've just updated my app to Compose Material3 and I'll publish my revisions.
- I tested this out and couldn't notice a difference adding the
Box
vs not adding it. It looks fine on my app, where the overflow icon is positioned next to the right (end) edge of the screen. Maybe it's been fixed in the Material3 library since you posted this? I'm currently on version 1.2.0-beta02.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi and thank you for the snippet!
I just found this script and wanted to pitch in as I had to make a few changes to make it work.
IconButton
and theDropdownMenu
(line 63):