• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Button Sizes

 
Ranch Hand
Posts: 238
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have asked a similar question before so I apologize for asking this one but I am stuck. If you see the following layout file, you'll see that I have three buttons in each row. The text on each button is either 3 or 4 characters. I want all buttons to be same size. But the button in first column in each row is greater than the other two. How can I do this. I just changed it to dip and still dont work. I had "wrap_content" for width before.

Thanks
Imad

 
Rancher
Posts: 1369
1
Android Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You should be able to work this out using android:weight attribute.
I don't have time to look at your code; see these threads:
1. Two equal width buttons and
2. Fixed width button

reply
    Bookmark Topic Watch Topic
  • New Topic