Is there a way how to set android multine textview to display it's line in reverse? -
example: entire first line "0123" , when type next character 'x' , y, want result:
"123x" --> "23xy" "0___" "01__" not:
"0123" --> "0123" "x___" "xy__" and it, without messing content of textview. thanks.
android textview multiline backwards
No comments:
Post a Comment