1

Currently I am trying to build an app for Android.

My problem I am facing is that my app has a couple of buttons which fill my screen (using a Samsung Galaxy S3 to test the app) and I cannot scroll down to see the rest.

I would like to be able to scroll down for users who may have a smaller resolution.

Elzo Valugi
  • 27,240
  • 15
  • 95
  • 114
Nazar Abubaker
  • 495
  • 3
  • 7
  • 17

1 Answers1

5

Place your layout in a

<ScrollView>

...

</ScrollView>

Karan Mavadhiya
  • 1,042
  • 8
  • 23