<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:src="@drawable/wallpaper" />
</RelativeLayout>
のサイズ@drawable/peetscoffee_wallpaper
は 640x480 ですが、水平方向に中央揃えされていません。どうすればこれを修正できますか?