我有AutoCOmpleteTextView
项目显示如下
在4.1+我的AutoCompleteTextView
显示相同的内容。但是在5.0+中AutoCompleteTextView
显示白色下拉列表,其中微调器显示与上面相同的黑色。
如何设置{{1}}以显示旧黑色
东西
spUniversity.setDropDownBackgroundResource()
这里放什么资源。
答案 0 :(得分:1)
您可以设置AutoCompleteTextView
的样式
Check it here.
<AutoCompleteTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:dropDownSelector="@drawable/list_selector" />
答案 1 :(得分:0)
我做的是去了android sdk资源并获得标准的微调器背景并用popupbackground替换它。