【发布时间】:2012-08-03 00:44:13
【问题描述】:
我正在为多个设备开发一个 Android 2.2 应用程序,但我遇到了图像问题。
这是我的布局:
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/scrollView1"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
<ImageView
android:id="@+id/imageView1"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:contentDescription="@string/layout_empty"
android:src="@drawable/faqs" />
</ScrollView>
这是我在平板设备上看到的:
在我的 HTC Desire 上看起来很完美。
怎么了?
【问题讨论】: