AutoCompleteTextView:下拉ListView背景为黑色

时间:2015-12-11 05:35:10

标签: android

在我的应用程序中,AutoCompleteTextView背景的下拉列表视图变为黑色。如何更改下拉列表视图背景颜色为白色。

这是我的代码

 <application
       android:theme="@style/Theme.AppCompat"> 

style.xml

<resources>
    <style name="AppBaseTheme" parent="android:Theme.Light">
    </style>
    <style name="Theme.MyCompatTheme" parent="@style/Theme.AppCompat.Light.DarkActionBar">
    </style>

</resources>

当我在style.xml中进行一些更改时,我的自定义操作栏无法正常工作并获得此的异常引起:java.lang.IllegalStateException:您需要使用Theme.AppCompat主题(或后代)活动。             在android.support.v7.app.AppCompatDelegateImplBase.onCreate(AppCompatDelegateImplBase.java:122)

0 个答案:

没有答案