做项目时遇到输入内容时,屏幕整体向上移动。把自定义头部也隐藏了。
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/scrollContent" android:layout_width="match_parent" android:layout_height="match_parent" android:fadeScrollbars="true" android:fillViewport="true" >
<!-- 包含要向上移动的组件 --!>
</ScrollView>