私は次のレイアウトを持っています
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@android:color/white" >
<LinearLayout
android:id="@+id/answerMainFrame"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="@android:color/white"
android:isScrollContainer="true"
android:onClick="toQuestion" >
<ImageView
android:id="@+id/answer_img"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:adjustViewBounds="true"
android:contentDescription="@string/question_img_cd" />
<TextView
android:id="@+id/answer"
style="@style/Question" />
</LinearLayout>
ScrollView
が小さすぎて画面全体に表示されない場合もありますが、それでも画面toQuestion()
の任意の場所をクリックしてメソッドを呼び出したいと思います。
とに設定android:layout_height="wrap_content"
してみましたが、同じ結果になりました。LinearLayout
android:onClick="toQuestion"
ScrollView