我有一個tabHost的應用程序;在其中一個選項卡我有背景圖像,但圖像沒有填滿整個屏幕:Android背景不填充屏幕
我的形象是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>
我該如何解決這段代碼,讓我有覆蓋整個屏幕的圖像?