是否可以讓EditText的光標水平放置而不垂直?我想有像下面的圖片:水平編輯文本的光標
我看過一些主題是人與機器人玩:textCursorDrawable,但我需要它的風格也爲Android 3.0 <。有任何想法嗎?
編輯: 我加入的EditText的XML:
<EditText
android:id="@+id/edittext1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:cursorVisible="true"
android:ems="10"
android:hint="@string/id"
android:inputType="text"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:textCursorDrawable="@drawable/custom_bottom_cursor" />
使用android:textCursorDrawable =「@ drawable/your_cursor_drawable」 – Sripathi