do you think about set more attribute at your AndroidManifest.xml
Ex.
 <activity name="xxxActivity"
    android:windowSoftInputMode="adjustResize">
...
</activity>

2010/12/3 dmodroid <[email protected]>:
> I need my EditText box to shrink to a certain size, with ellipses
> (...), if the message is too long, after the user is done typing.  So,
> it starts like normal, empty.  You type away, and it expands like
> normal.  When you are done typing, it should shrink to, say, 5 lines
> high, with ellipses, to represent the unseen text.  Thanks
>
> --
> 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

-- 
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