Home > Mobile >  The Android Studio, how to put the button on the bottom, and not with the above text mobile
The Android Studio, how to put the button on the bottom, and not with the above text mobile

Time:10-13

The Android Studio, how to put the button on the bottom, and not with the above text mobile

CodePudding user response:

LinearLayout
- the Header
- the ScrollViewer
- Footer

Such a structure, put the Button in the Footer

CodePudding user response:

Set the button on the alignment
Android: alignParentBottom
  • Related