Android - use spinner default drop shadow
Asked Answered
D

1

5

I've created my own android drop down list (spinner). Its custom made by using a popupWindow(...). Now i would like to style it accordingly. I'd like to apply the same styles that a spinner drop down has or even another kind of drop down. Im especially in need of shadow effects and drop shadows that show up after the native spinner is rendered.

Anyone know of a style i can apply to get this without building my own drop shadow which might not be identical to the native set ?

Diversified answered 27/5, 2014 at 2:27 Comment(0)
D
7

found one that works the way i want. Seems it puts a drop shadow similar to an alert dialog:

android:background="@android:drawable/dialog_holo_light_frame"
Diversified answered 27/5, 2014 at 17:12 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.