TextView のテキストの最後に点滅カーソルを表示したかったのです。
私 android:cursorVisible="true"は TextView で試してみましたが、うまくいきません。
私が試しtext.setCursorVisible(true);てもうまくいきません。
<TextView
android:id="@+id/text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:cursorVisible="true"
android:textCursorDrawable="@null" />
誰もそれに対する解決策を知っていますか?
