我有一个线性布局,我为它设置了背景图像:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/mainlayout"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/back"
android:orientation="vertical">
</LinearLayout>
但是当android软键盘打开时,我的linearlayout会变得更小,我的背景图片会调整大小!我怎么能修复线性布局高度没有absolout值像android:layout_height =“500dp”?有什么办法吗?