[android-developers] How to layout 3 ImageButton evenly distributed on a row

2009-12-02 Thread hap 497
Hi, I have the following layout which display 3 buttons on a row. how can i make it so that each button is evenly distributed across the row? Right now, they are all crowded in the center of the row. Thank you. LinearLayout android:layout_width=fill_parent

Re: [android-developers] How to layout 3 ImageButton evenly distributed on a row

2009-12-02 Thread Mark Murphy
I have the following layout which display 3 buttons on a row. how can i make it so that each button is evenly distributed across the row? Right now, they are all crowded in the center of the row. I am not 100% certain how you are defining evenly distributed across the row. One possibility is

Re: [android-developers] How to layout 3 ImageButton evenly distributed on a row

2009-12-02 Thread hap 497
Thank you Mark. That is what I am asking. On Wed, Dec 2, 2009 at 12:19 PM, Mark Murphy mmur...@commonsware.com wrote: I have the following layout which display 3 buttons on a row. how can i make it so that each button is evenly distributed across the row? Right now, they are all crowded in