所花时间:1h代码行:100博客量:2学到的知识:
线性布局
//控制子控件的排列方向
orientation="vertical" //垂直orientation="horizontal" //水平
//设置权重(权重总和为分母,可用于屏幕按钮的适配)
layout_weight="1"