Monday, 26 August 2013

How to display cursor at the end of text in TextView?

How to display cursor at the end of text in TextView?

I wanted to display blinking cursor at the end of the text in TextView .
I tried by android:cursorVisible="true" in TextView But no go .
Even i tried text.setCursorVisible(true); Doesn't work .
Does any one know any solution for it ?

1 comment: