我有一个带有 tabHost 的应用程序;在其中一个选项卡上,我有一张背景图片,但图片没有填满整个屏幕:
我的图像是 480 x 800 像素
我的 home.xml:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:background="@drawable/home_bgnd">
</LinearLayout>
如何修复此代码以使图像覆盖整个屏幕?