ViewGroup.MarginLayoutParamsクラス

android.viewViewGroup.LayoutParamsクラス

ViewGroup.MarginLayoutParams

 状態:-  閲覧数:1,572  投稿日:2014-03-31  更新日:2014-04-06  
・ViewGroupのMarginLayoutを定義しているクラス

クラス構成

 閲覧数:373 投稿日:2014-03-31 更新日:2014-04-06 

親クラス



java.lang.Object
 ↳ android.view.ViewGroup.LayoutParams
  ↳ android.view.ViewGroup.MarginLayoutParams




直接子クラス


ActionBar.LayoutParams, DrawerLayout.LayoutParams, FrameLayout.LayoutParams, GridLayout.LayoutParams, LinearLayout.LayoutParams, RelativeLayout.LayoutParams, SlidingPaneLayout.LayoutParams


間接子クラス


RadioGroup.LayoutParams, TableLayout.LayoutParams, TableRow.LayoutParams


XML属性一覧

 閲覧数:477 投稿日:2014-03-31 更新日:2014-04-06 
XML属性一覧






要素 意味
android:layout_margin 上下左右のマージン
android:layout_marginTop 上のマージン
android:layout_marginBottom 上下のマージン
android:layout_marginLeft 左のマージン
android:layout_marginRight 右のマージン



ViewGroup.LayoutParamsクラス

RelativeLayout.LayoutParamsクラス

コメント投稿(ログインが必要)