Geekband第二周1.1

1、linerlayout

	android:orientation="horizontal";//排列方向水平竖直
	android:weightSum="10"然后再具体控件里面用layout_weight按比重分配
	用来实现正好控件一人一半不用具体计算占屏大小

注释和反注释快捷键"ctrl+/"

2、RelativeLayout

//资源文件,文件名不能大写

	xmlns:android="http://schemas.android.com/apk/res/android"    命名控件,为了后面能够使用android:这样的属性
	相对布局,相对于具体某一个,相对于角,相对于空间(中间)
	代码有Z轴概念,后面写的会覆盖在之前的上面
	通过id找到具体摸个控件
	android:layout_above="@+id/button"//layout_below
	android:layout_alignParentRight="true"
	类推、、、
	align----参照,基于,与对应控件的上下左右平行//
	android:layout_alignTop="@+id/button"
	外边距margin上下左右边距!
	内边距padding
3、FrameLayout帧布局
layout按层来
一层一层向上叠
4、TableLayout
<TableLayout
    android:layout_width="wrap_content"
    android:layout_height="wrap_content">
    <TableRow>
        
    </TableRow>
</TableLayout>

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值