How to fix button size?
Posted
by rob
on Stack Overflow
See other posts from Stack Overflow
or by rob
Published on 2010-05-03T21:22:43Z
Indexed on
2010/05/03
21:28 UTC
Read the original article
Hit count: 269
I am using three buttons along with the list view.These three buttons are added to the layout using the TableRow
.The first button takes more space on content, so the other two becomes smaller in size than first one. When the application runs, it doesn't even show the two other buttons.
How can I make the size of three buttons equal and display all of them when application runs?
© Stack Overflow or respective owner