I want to have 3 circular buttons horizontally with equal margins. I tried setting programmatically but I get NPE since view was not drawn.
How can I do it in layout file? I tried below but is not circle.
Place 3 buttons in a LinearLayout to occupy equal amount of space
Please help.