忍者ブログ
[PR]
×

[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。


share

2025/04/05 22:58 |
Android2.2 画面中央に置いたViewの下にViewを置けない?
01<RelativeLayout android:layout_width="fill_parent" android:layout_height="fill_parent" >
02 
03    <TextView android:layout_width="wrap_content" android:layout_height="wrap_content"
04        android:text="だみー" android:id="@+id/dummyTextView"
05        android:layout_centerVertical="true" android:layout_centerHorizontal="true" ></TextView>
06 
07    <ImageView android:layout_width="wrap_content" android:layout_height="wrap_content"
08        android:id="@+id/dummyImageView" android:src="@drawable/dummyImage"
09        android:layout_below="@+id/dummyTextView" android:layout_centerHorizontal="true" ></ImageView>
10 
11</RelativeLayout>
ってやったら、android:layout_belowがまったく効かない。
何故?

あと、
01<RelativeLayout android:layout_width="fill_parent" android:layout_height="fill_parent" >
02 
03    <TextView android:layout_width="wrap_content" android:layout_height="wrap_content"
04        android:text="だみー\nだみー\nだみー\nだみー\nだみー" android:id="@+id/dummyTextView" ></TextView>
05 
06    <ImageView android:layout_width="wrap_content" android:layout_height="wrap_content"
07        android:text="下寄せ" android:id="@+id/dummyTextView2"
08        android:layout_alignRight="@+id/dummyTextView" android:gravity="bottom"
09        ></ImageView>
10 
11</RelativeLayout>
みたいに、親レイアウトに下寄せでビューを設置したいときはどうすればいいんですかね。
PR

share

2011/10/25 00:04 | Comments(0) | TrackBack() | Android

トラックバック

トラックバックURL:

コメント

コメントを投稿する






Vodafone絵文字 i-mode絵文字 Ezweb絵文字 (絵文字)



<<Android2.2 OnTouchListenerで手を離したのを感知する | HOME | 買ったものリスト 2011/10/23>>
忍者ブログ[PR]