当我尝试使用自动完成文本视图时,它有效,但所有建议的单词都有白色,当我点击它们时,可以看到该建议是什么
我应该为这个问题做些什么?
<AutoCompleteTextView
android:id="@+id/etBrand"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ems="10"
android:hint="Brand"
android:inputType="textAutoComplete|textAutoCorrect"
android:textColor="#000000"
android:textColorHighlight="@android:color/black" />
我应该在这个xml代码中添加什么来解决这个问题? 提前谢谢......
答案 0 :(得分:1)
这是一个记录错误,
您可以找到一些方法在同一个链接中修复它。
我希望它有所帮助...
来源:https://stackoverflow.com/a/8471078/1932105
请在下次询问之前使用搜索。