我的EditText代码是:
<EditText
android:layout_width="fill_parent"
android:layout_height="0dp"
android:id="@+id/et_report_text" android:textColor="#414141"
android:layout_weight="1.6" android:layout_marginLeft="12dp" android:layout_marginRight="12dp"
android:textSize="12dp" android:gravity="left|bottom"
android:background="@drawable/apptheme_edit_text_holo_light" android:layout_marginTop="2dp" android:layout_marginBottom="4dp"
/>
但是没有光标,我尝试添加android:cursorVisible="true"
,但它对我没有帮助。
答案 0 :(得分:1)
试试这个android:textCursorDrawable="@null"
答案 1 :(得分:0)
试试这个 机器人:文字颜色= “#000000”
机器人:textCursorDrawable = “@空”
或试试这个
https://groups.google.com/forum/#!topic/android-developers/lTTObybu9_c