Put buttons at bottom of screen with LinearLayout?
Solution :
You can use a RelativeLayout and align it to the bottom with android:layout_alignParentBottom="true"
Solution :
You can use a RelativeLayout and align it to the bottom with android:layout_alignParentBottom="true"