[android-developers] Re: ImageButton resizes within TableLayout -- How do i fix?

2009-02-05 Thread Chander Pechetty
yeah, its a hack, the other options don't seem to work. its really the job of the parent layout to take care of laying the children, so there must be some option in TableRow/TableLayout. --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] Re: ImageButton resizes within TableLayout -- How do i fix?

2009-02-05 Thread James Yum
You could try wrapping the button with another layout. Cheers, James On Thu, Feb 5, 2009 at 2:48 AM, Chander Pechetty cspeche...@gmail.comwrote: yeah, its a hack, the other options don't seem to work. its really the job of the parent layout to take care of laying the children, so there must

[android-developers] Re: ImageButton resizes within TableLayout -- How do i fix?

2009-02-02 Thread Pete
Unfortunately, to me this seems like a hack. Is there really no way to force the button not to resize (filling its cell within the table) beyond its needed space? On Feb 2, 12:51 am, Chander Pechetty cspeche...@gmail.com wrote: TextView                 android:text=please send this          

[android-developers] Re: ImageButton resizes within TableLayout -- How do i fix?

2009-02-01 Thread Chander Pechetty
TextView android:text=please send this android:maxWidth=10dip / If your text requirements are complex, you can use other views below the image. You can also set the number of lines of text etc. On Feb 2, 7:54 am, Pete pcnof...@gmail.com wrote: *Scenario* I'm