ViewGroup.MarginLayoutParams
状態:-
閲覧数:1,594
投稿日:2014-03-31
更新日:2014-04-06
・ViewGroupのMarginLayoutを定義しているクラス
クラス構成
親クラス
直接子クラス
ActionBar.LayoutParams, DrawerLayout.LayoutParams, FrameLayout.LayoutParams, GridLayout.LayoutParams, LinearLayout.LayoutParams, RelativeLayout.LayoutParams, SlidingPaneLayout.LayoutParams
間接子クラス
RadioGroup.LayoutParams, TableLayout.LayoutParams, TableRow.LayoutParams
XML属性一覧
XML属性一覧
要素 | 意味 |
---|---|
android:layout_margin | 上下左右のマージン |
android:layout_marginTop | 上のマージン |
android:layout_marginBottom | 上下のマージン |
android:layout_marginLeft | 左のマージン |
android:layout_marginRight | 右のマージン |