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 ?

4

1 回答 1

7

找到了一个按我想要的方式工作的。似乎它会放置一个类似于警报对话框的阴影:

android:background="@android:drawable/dialog_holo_light_frame"
于 2014-05-27T17:12:33.150 回答