LinearLayout(线性布局)

https://www.jianshu.com/p/e6835ed20d9a 按比例划分水平或者竖直方向: 划分水平方向时:将layout_width属性设置为0dp,接着为weight设置比例 同理竖直方向:将layout_height属性设置为0dp,接着为weight设置比例 (将对应的layout_width或者layout_height设置为0dp的原因是各个子控件通过设置weight(
相关文章
相关标签/搜索