在需要滑动的布局外面套scrollView试试
 <ScrollView
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:fillViewport="true" >
</ScrollView>