Change the root view to a FrameLayout. Set the gravity of the LinearLayout to bottom
Alternatively, you can wrap the linear layout in a FrameLayout
and set it to align_parentBottom = true if it is a relative layout or a linear layout at your root and you have other things in your view.