I am using three buttons along with the list view.These three buttons are added to the layout using the TableLayout
and 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?Give me some example please.
Thanks