I have a ViewGroup. In this ViewGroup I would like to add three buttons that take up the whole size of the ViewGroup, each evenly taking up the same amount of space.
Where do I add these buttons? I've tried doing it in the constructor, in onDraw, in onLayout, and none of them seem to display anything.