【发布时间】:2010-10-22 10:13:24
【问题描述】:
<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 ,但它不是水平居中的。
我该如何解决这个问题?
【问题讨论】:
标签: android layout uiimageview