RelativeLayoutのレイアウト属性

RelativeLayoutのレイアウト属性
layout_centerInParent
true/falseを指定
trueなれ中心へ配置
layout_centerHorizontal
trueなら横中心で配置
layout_centerVertical
trueなら縦中心で配置
layout_toLeftOf
指定したidをもつビューの左に配置
layout_toRightOf
指定したidをもつビューの右に配置
layout_above
指定したidをもつビューの上に配置
layout_below
指定したidをもつビューの下へ配置
layout_alignLeft
左端を指定したidをもつビューへあわせる
layout_alignRight
右端を指定したidをもつビューへあわせる
layout_alignTop
上端を指定したidをもつビューへあわせる
layout_alignBottom
下端を指定したidをもつビューへあわせる
layout_alignBaseline
ベースラインを指定したidをもつビューへあわせる
layout_alignParentLeft
trueなら左端を親ビューへあわせる
layout_alignParentRight
trueなら右端を親ビューへあわせる
layout_alignParentTop
trueなら上端を親ビューへあわせる
layout_alignParentBottom
trueなら下端を親ビューへあわせる
次に
marginの指定について
layout_margin
外側、上下左右の余白
layout_marginTop
外側、上の余白
layout_marginLeft
外側、左の余白
layout_marginRight
外側、右の余白
layout_marginBottom
外側、下の余白

コメントを残す

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です