标签: android android-edittext autocompletetextview
我有这个AutoCompleteTextView,在Android API 18中或者下面的行为与图像相似:
Buged AutoCompleteTextView
它应该是这样的:
Normal AutoCompleteTextView
答案 0 :(得分:0)
我们发现错误与摇篮版本有关。我们有类路径:
classpath'com.android.tools.build:gradle:2.2.0-alpha1'
我们降级为:
classpath'com.android.tools.build:gradle:2.1.0'