1. <?xml version="1.0" encoding="utf-8"?>
  2. <ScrollView
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:layout_width="fill_parent"
  5. android:layout_height="fill_parent"
  6. android:scrollbars="vertical"
  7. android:fadingEdge="vertical">
  8. <LinearLayout
  9. android:layout_width="fill_parent"
  10. android:layout_height="fill_parent"
  11. android:orientation="vertical"
  12. >
  13. </LinearLayout>
  14. </ScrollView>

activity中经常只是一个 这时只需在外面嵌套一个ScrollView就可以了,直接贴代码吧

05-06 23:57