Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ハニカム アクション バーに Android AutoCompleteTextView を配置しました。問題は、AutoCompleteTextView にフォーカスがあってもカーソルが表示されないため、エンド ユーザーはボックスにフォーカスがないと考えます。
これらの属性をAutoCompleteTextViewに追加して、カーソルを黒にします。
android:textColor="#000000" android:textCursorDrawable="@null"
差出人:https ://stackoverflow.com/a/9165217/1267112