在原有布局的最外围添加一层ScrollView,注意原有布局的声明也要删了
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:overScrollMode="ifContentScrolls">
</ScrollView>
?
?
?
时间: 2024-10-10 02:15:14