Dear friends, I am confronted with an alignment problem of EditText of Android. I want to implement the MS Word alignment system in Android Edit Text.For example, After clicking the right Alignment button the text of current line will be shifted to the right and so the cursor. But the problem is on that line it doesn't work. It start working from the next line nicely ALIGNMENT = Alignment.ALIGN_OPPOSITE; So to solve the problem I have to some work on the current line. My plan is to move the cursor from current position to the beginning of the line and insert the required number of the space to move the text of that line towards the end and then again move the cursor from its current position to the end. How can I achieve all this?
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en