linearLayout 和 relativeLayout属性区别.docVIP

  • 6
  • 0
  • 约1.74万字
  • 约 5页
  • 2017-07-26 发布于河南
  • 举报
linearLayout 和 relativeLayout属性区别

LinearLayout和RelativeLayout 共有属性: java代码中通过btn1关联次控件 android:id=@+id/btn1 控件宽度 android:layout_width=80px????//80dip或80dp android:layout_width =“wrap_content” android:layout_width =“match_parent”? 控件高度 android:layout_height=80px????//80dip或80dp android:layout_height =“wrap_content” android:layout_height =“match_parent” 控件排布 android:orientation=horizontal” android:orientation=vertical“ 控件间距 android:layout_marginLeft=5dip??????//距离左边 android:layout_marginRight=5dip??????//距离右边 android:layout_marginTop=5dip??????//距离上面 android:layout_marginRight=5dip??????//距离下面 控件显示位置 android:gravity=center????/

文档评论(0)

1亿VIP精品文档

相关文档