android spinner
Spinner 下拉/弹出选择框
-
OnItemSelectedListener
-
prompt 提示信息
-
spinnerMode 显示模式 dialog,dropDown
-
entries 数据源
android:entries="@array/months" <resources> <string-array name="months"> <item>一月</item> <item>二月</item> <item>三月</item> </string-array> </resources> -
dropDownWidth 在下拉框显示模式下的显示项宽度
-
popuBackground
-
setAdapter()