After the following two lines are executed, the text is shown on the
left side of the EditText, and the cursor is also on the left edge.
While I wanna show the text on the right side of the EditText, and
move the cursor to the end of the text.
Anyone can help out?
EditText mInputArea = (EditText)findViewById(R.id.InputArea);
mInputArea.setText(mStringBuilder.toString());
Thank you.
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en