问题
One of my screen has button which won't display on screen below a certain width. Is there a way to allow the screen to scroll if this is the case so the buttons can be got to?
回答1:
Absolutely, embed your layout within a ScrollView.
回答2:
Simply wrap your layout in a ScrollView.
来源:https://stackoverflow.com/questions/12272580/android-way-to-set-the-page-to-scroll-if-it-doesnt-fit