複数のデバイス用の 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にぴったりです。
なにが問題ですか?