現在、textView1 と imageViewSamll が上揃えになっていますが、textView1 を imageViewSamll の下揃えにするにはどうすればよいですか?
ありがとう!
<TableRow
android:id="@+id/tableRow1"
android:layout_width="wrap_content"
android:layout_height="wrap_content" >
<TextView
android:id="@+id/textView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceMedium"
android:text="@string/Thumbnail" />
<ImageView
android:id="@+id/imageViewSamll"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>
</TableRow>