首页 > 其他 > 详细

学习进度2020.02.03

时间:2020-02-03 23:10:34      阅读:71      评论:0      收藏:0      [点我收藏+]

学习进度2020.02.03

https://www.runoob.com/w3cnote/android-tutorial-linearlayout.html

https://www.runoob.com/w3cnote/android-tutorial-relativelayout.html

 

 

 

 今天学习下Android中的布局,Android中有六大布局,分别是: LinearLayout(线性布局),RelativeLayout(相对布局),TableLayout(表格布局) FrameLayout(帧布局),AbsoluteLayout(绝对布局),GridLayout(网格布局) 。今天先看了下LinearLayout(线性布局),学习中得知我们屏幕适配的使用的比较多的就是LinearLayout的weight(权重属性)。

下面是学习大致图:

技术分享图片

 

 

 

 下面是用0dp方式的编译的几个简单程序:

技术分享图片技术分享图片

 

 

 还可以直接用wrap_content和match_parent的话, 则要接着解析weight属性了,分为两种情况,wrap_content与match_parent!另外还要看 LinearLayout的orientation是水平还是竖直,这个决定哪个方向等比例划分

1)wrap_content比较简单,直接就按比例

 2)match_parent(fill_parent):需要计算的

学习进度2020.02.03

原文:https://www.cnblogs.com/liurx/p/12257946.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!