1
I got a linearLayout, and I put it like MATCHPARENT
to occupy the entire screen of the tablet, however I needed to leave a fixed button at the end of the screen. Does anyone know how to do this? With xml is easy, but via Java I’m not getting. I thank you already!
Follow the documentation link for
Gravity
: http://developer.android.com/reference/android/view/Gravity.html.– Eduardo Silva