Android

来源:互联网 发布:淘宝怎么设置主营类目 编辑:程序博客网 时间:2024/06/08 09:23


对啦喵~就是使用ScrollView,圈在外面


<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"    android:layout_width="match_parent"     android:layout_height="match_parent" >    <LinearLayout             android:layout_width="match_parent"             android:layout_height="wrap_content"             android:orientation="vertical" >    </LinearLayout>

</ScrollView>

原创粉丝点击