当我尝试使用自动完成文本视图时,它可以工作,但是所有建议的单词都是白色的,当我点击它们时,就可以看到这个建议是什么。
这个问题我该怎么办?

<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代码中添加什么来解决这个问题?提前谢谢..。
发布于 2013-10-11 20:02:20
这是个记录在案的错误, 您可以在相同的链接中找到一些修复它的方法。 Auto complete text view bug Bug solution 希望能帮上忙..。
源:https://stackoverflow.com/a/8471078/1932105
下一次询问之前,请使用搜索。
https://stackoverflow.com/questions/19326164
复制相似问题