How can I put 2 buttons side by side, so that they occupy all the width, with a little space between them?
I thought a horiz linear layout, with 2 sub linear layouts set to match parent and weight 1, each of them containing the button. Is there a simpler way? can this be accomplished with relative layouts?