Since the buttons are inside a LinearLayout, assign android:layout_weight="1" to each of the children. Or, any fraction thereof, as long as the weights are identical.
j On Tue, Aug 11, 2009 at 11:44 PM, Atif<[email protected]> wrote: > > I want to place three button on the bottom of screen. I place these > button in a linear layout and sets its gravity bottom. > > Currently these button wrap according to their labels so have > different widths. But I want these button equi size. Means all three > button should have same width (without using fixed widths). > > Is it possible? > > -- > Best Regards, > Atif Gulzar > > I ◘◘◘◘ Unicode, ɹɐzlnƃ ɟıʇɐ > > > > -- Jeff Sharkey [email protected] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

