https://kotlinlang.org logo
#compose
Title
# compose
p

Piotr Prus

02/03/2021, 3:17 PM
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

Utkarsh Tiwari

05/26/2021, 2:00 PM
Hi Piotr, were you able to come up with a solution for this? I am also trying to achieve something like this.
p

Piotr Prus

06/09/2021, 9:35 AM
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