Android Studio. Kotlin.
Please help me refer to some knowledge for creating a button in scrollable list style.
Click the button and then pop up a scrollable list like the picture I posted here.Choose a value from the list and then the button text will be this value.And most recently used values can be shown in the top of the scrollable list.
Thank you very much for any kind of help.
(Any websites, blogs, or kotlin library materials are fine)
Asked
Active
Viewed 72 times
0

online SH
- 13
- 3
-
I think you might be looking for the `ExposedDropdownMenu`. Here is the question with an answer on a similar problem to yours: https://stackoverflow.com/questions/67111020/exposed-drop-down-menu-for-jetpack-compose – sweak Sep 29 '22 at 16:14