AutoCompleteTextView下拉样式与微调器下拉样式

时间:2015-06-16 07:57:54

标签: java android eclipse

我有AutoCOmpleteTextView项目显示如下

enter image description here

在4.1+我的AutoCompleteTextView显示相同的内容。但是在5.0+中AutoCompleteTextView显示白色下拉列表,其中微调器显示与上面相同的黑色。

如何设置{{1}}以显示旧黑色

东西

  

spUniversity.setDropDownBackgroundResource()

这里放什么资源。

2 个答案:

答案 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替换它。