tabHost を持つアプリがあります。タブの1つに背景用の画像がありますが、画像が画面全体に表示されません:
私の画像は 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>
このコードを修正して、画像が画面全体を覆うようにするにはどうすればよいですか?