scrollview 滚动布局

<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:scrollbars="none">

//布局.....

</ScrollView>

原文地址:https://www.cnblogs.com/zlfoak/p/4652734.html