https://kotlinlang.org logo
Title
g

gpaligot

05/03/2022, 7:54 AM
Hello here! I'm working on the dropdown for my design system with jetpack compose but I don't have an elevation when I test it with Android API 22 but it works perfectly with recent versions. Any ideas why? 🤔
c

Carl Benson

05/03/2022, 8:21 AM
I would love to understand this too since there is no elevation for popup dialogs for me only on API 26 😅
c

Chris Sinco [G]

05/03/2022, 3:06 PM
cc @Nader Jawad
n

Nader Jawad

05/03/2022, 4:12 PM
I'm messaging folks internally to find the owner of the drop-down APIs to help investigate
🙏 3
In the meantime would you mind filing a big and including the sample composable in question?
g

gpaligot

05/04/2022, 9:41 AM
Guess big is for bug? ^^
I’ll create it now and I already published a sample github project to reproduce the bug: https://github.com/GerardPaligot/dropdown-sample
Note that I make more tests and the shadow isn’t present only with Android 21 and 22 (Lollipop). I don’t know if you want to be compatible with this version which is very old now and not very used... 🤔