自动填充中的建议单词不可见?

时间:2013-10-11 19:53:13

标签: android autocomplete textview

当我尝试使用自动完成文本视图时,它有效,但所有建议的单词都有白色,当我点击它们时,可以看到该建议是什么

我应该为这个问题做些什么?

enter image description here

<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代码中添加什么来解决这个问题? 提前谢谢......

1 个答案:

答案 0 :(得分:1)

  

这是一个记录错误,

     

您可以找到一些方法在同一个链接中修复它。

     

Auto complete text view bug

     

Bug solution

     

我希望它有所帮助...

来源https://stackoverflow.com/a/8471078/1932105

请在下次询问之前使用搜索。