码迷,mamicode.com
首页 > 其他好文 > 详细

学习进度2020.02.03

时间:2020-02-04 00:11:33      阅读:90      评论:0      收藏:0      [点我收藏+]

标签:技术   屏幕适配   两种   clip   size   android   www   使用   tutorial   

学习进度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

标签:技术   屏幕适配   两种   clip   size   android   www   使用   tutorial   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!