I have the following code, how do I make it so that the 3 buttons are at the bottom?
Create Relative layout and inside that layout create your button with this line
android:layout_alignParentBottom="true"