摘要: 1、weight权重解读 用法归纳: 按比例划分水平方向:将涉及到的View的android:width属性设置为0dp,然后设置为android weight属性设置比例即可。 ` <LinearLayout android:layout_height="match_parent" android 阅读全文
posted @ 2021-12-05 16:59 caoruipeng 阅读(39) 评论(0) 推荐(0)