On Mon, Sep 26, 2011 at 3:50 PM, John Goche <[email protected]> wrote: > This must indeed be what is happening in my case. When I setContentView() > there is a > TextVIew to hold the message which is empty. When I setText() on the message > view > it must push the button out of view. What I would need is to know how to > reset the > size of the window so that the message can fit inside it. Any ideas on what > methods > I can call to achieve such a purpose?
I would suggest that perhaps instead you focus on designing a layout that provides more room for the text in the first place, then use android:ellipsize to handle cases where the text is too long. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Warescription: Three Android Books, Plus Updates, One Low Price! -- 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

