私は自分のレイアウトに 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"/>