![現在のレイアウト] http://i50.tinypic.com/qqznzs.png
レイアウトの上下にあるblakcバーを黒ではなく白にしようとしています。すでに背景色を変えてみました。
描画可能なコード:
<?xml version="1.0" encoding="utf-8"?>
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:gravity="clip_horizontal|clip_vertical|center"
android:src="@drawable/theblindgoat_logo"
android:tileMode="disabled" >
</bitmap>
メインコード:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/startup"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#FFFFFF"
android:orientation="vertical" >
ところで、私は画像が垂直に伸びないようにする必要があるので、それを変更することも必要な解決策ではありません。