Android笔记:线性布局和相对布局RelativeLayout

2022/1/30 23:06:25

本文主要是介绍Android笔记:线性布局和相对布局RelativeLayout,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

线性布局

layout_width  宽度  wrap_content  内容有多少,宽度有多少

         match_parent  匹配父空间

layout_height  高度

layout_weight  权重  

orientation  布局(线性布局独有) vertical  垂直

            horizontal  水平

background  背景

padding  内边距

margin  外边距

gravity 对齐方式  bottom、right、center、center_vertical等

 

相对布局

layout_toLeftOf  相对左

layout_toRightOf  相对右

layout_layout_below  相对下

layout_alignBottom  底部对齐

layout_alignParentBottom  和父空间底部对齐



这篇关于Android笔记:线性布局和相对布局RelativeLayout的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程