0

我的布局中有一个 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"/>
4

0 回答 0