<RelativeLayout android:layout_width="fill_parent" android:layout_height="fill_parent" > <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="だみー" android:id="@+id/dummyTextView" android:layout_centerVertical="true" android:layout_centerHorizontal="true" ></TextView> <ImageView android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/dummyImageView" android:src="@drawable/dummyImage" android:layout_below="@+id/dummyTextView" android:layout_centerHorizontal="true" ></ImageView> </RelativeLayout>ってやったら、android:layout_belowがまったく効かない。
何故?
あと、
<RelativeLayout android:layout_width="fill_parent" android:layout_height="fill_parent" > <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="だみー\nだみー\nだみー\nだみー\nだみー" android:id="@+id/dummyTextView" ></TextView> <ImageView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="下寄せ" android:id="@+id/dummyTextView2" android:layout_alignRight="@+id/dummyTextView" android:gravity="bottom" ></ImageView> </RelativeLayout>みたいに、親レイアウトに下寄せでビューを設置したいときはどうすればいいんですかね。
PR
トラックバック
トラックバックURL: