Depends on the parent layout. If you use RelativeLayout, you can just use layout_alignParentBottom="true" , although layout_gravity="bottom" should work. Keep in mind the size of this parent layout. You cannot use alignParentBottom if RelativeLayout is set to wrap_content for height. It must be set to fill_parent . You should publish the rest of your XML if you still have problems.
source share