My EditText code is:
<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"
/>
But there are no cursor on it, i try to addandroid:cursorVisible="true"
but it did not help me.
Try this android:textCursorDrawable="@null"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With