
android布局
gujianjian6
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
LinearLayout布局
LinearLayout布局 这里要特别注意orientation的值<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android原创 2015-12-19 08:27:40 · 361 阅读 · 0 评论 -
TableLayout
1. <TableRow>和<TextView>中的layout_width和layout_height都是由tablelayout控制 2. <TextView android:layout_column="1"> layout_column设置为第一列 3. <TextView android:layout_span="2"> layout_span设置跨2列 4. stretchCol原创 2015-12-19 09:04:55 · 267 阅读 · 0 评论 -
RelativeLayout布局
RelativeLayout布局<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent"> <Button android:原创 2015-12-19 08:48:25 · 484 阅读 · 0 评论