This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Android and the fly likes Button Sizes Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Mobile » Android
Reply Bookmark "Button Sizes" Watch "Button Sizes" New topic
Author

Button Sizes

Muhammad Imad Qureshi
Ranch Hand

Joined: Sep 13, 2005
Posts: 238
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

Monu Tripathi
Rancher

Joined: Oct 12, 2008
Posts: 1365

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


[List of FAQs] | [Android FAQ] | [My Blog] | [Samuh Varta]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Button Sizes
 
Similar Threads
Fields hidden due to keyboard
list view problem
Table Layout - Size of a widget
how to put button inside a SurfaceView and on the bootom of the screen?
Problem with Table view