Android学习日记(UI组件)

布局管理器 线性布局(LinearLayout) 相对布局(RelativeLayout) LinearLayout 常用属性: android:id(标识,找到空间):@+id(创造ID) android:layout_width(宽度):50dp(dp:比例单位,与屏幕大小无关),match_parent(匹配父空间),wrap_content(包含内容) android:layout_hei
相关文章
相关标签/搜索