Hi community. I am trying to make a search view in...
# compose
p
Hi community. I am trying to make a search view in top app bar with suggestions listed below the topbar in floating region. I manage to do the change from title and icon to editText for user input. Now, i would like to display some suggestions. I tried dropdownmenu, but I cannot display it with fill width. The maximum width set on this composable item is something around 3/4 of screen width. It's there any way to make such a list in column below the topbar or i should build the custom layout with custom appBar?
👀 1
u
Hi Piotr, were you able to come up with a solution for this? I am also trying to achieve something like this.
p
Hi. Yes, I managed 🙂 I just put a Column with fillMaxWidth and that is my dropdown. I am rendering it on top of my scaffold body content.
🙏 1