If ScrollView only supports one direct child, how am I supposed to make a whole layout scrollable?

后端 未结 4 611
情深已故
情深已故 2020-12-02 01:43

I have 3 text views in a layout, where the text clips a tad on the bottom on my droid 2... How can I ensure that the whole text is viewable, and the user can scroll down (si

4条回答
  •  庸人自扰
    2020-12-02 02:18

    The direct child of ScrollView should be another layout that supports multiple children, such as RelativeLayout or LinearLayout.

提交回复
热议问题