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>

posted @ 2015-07-16 22:32  kevin-zhang  阅读(235)  评论(0编辑  收藏  举报