2011-03-03 72 views

回答

15

感謝,得到了我一直在尋找, 我可以更改使用 setDropDownBackgroundResource下拉菜單背景圖片(); 並設置半透明png。

+0

非常感謝,你挽救了我的生命和時間 – 2015-01-25 18:42:42

13

集安卓popupBackground到#0FFF在XML

+0

非常感謝,你挽救了我的生命和時間 – 2015-01-25 18:43:21

7

你有兩個選擇:

XML屬性:

android:popupBackground

背景使用了彈出窗口。 可能是顏色值,格式爲「#rgb」,「#argb」,「#rrggbb」或「#aarrggbb」。

的Java屬性

setDropDownBackgroundResource

設置自動完成下拉列表的背景。