Hi glassfool,

insted of using set text, try append(text) - this will also move the
cursor position.


On 22 Feb., 14:48, glassfool <[email protected]> wrote:
> After the following two lines are executed, the text  is shown on the
> left side of theEditText, and thecursoris also on the left edge.
> While I wanna show the text on the right side of theEditText, and
> move thecursorto the end of the text.
> Anyone can help out?
>
>        EditTextmInputArea = (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

Reply via email to