Thanks for clear out some my confusion. The real problem is after
rotation (second time), seems I lost control for mEditor, I can not
mEditor.setText(...), the edit text is set string same as before
rotation, very strange?!

Don't know what should do for layout xml either? And I'm afraid it may
be bug of android, I use winodws version, not try on Linux yet.

Layout for EditText:

    <EditText android:id="@+id/editor"
        android:layout_width="fill_parent"
android:layout_height="0dip"
        android:autoText="true"
        android:capitalize="sentences"
        android:layout_weight="1"
        android:freezesText="true" >
        <requestFocus />
    </EditText>

--~--~---------~--~----~------------~-------~--~----~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to