我的布局中有一个AutoCompleteTextView,问题是尽管它工作得很好,但是“文本栏”(我真的不知道它是怎么称为“|”)没有显示,所以它有点难以知道焦点在哪里。你知道我怎么解决它?
<AutoCompleteTextView android:id="@+id/a_addproduct_producto_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:singleLine="true" android:imeOptions="actionNext"
android:background="@android:drawable/editbox_background_normal"
android:cursorVisible="true"
android:textColor="@android:color/black"
android:textSize="17sp"/>