什么是Android:在Android中的权重,以及它是如何工作的?我想知道:什么是Android:权重和布局权重,以及它们是如何工作的?
3 回答
米脂
TA贡献1836条经验 获得超3个赞
android:weightSum
layout_weight
LinearLayout
ImageViews
ImageViews
layout_weight
ImageView
weightSum
<LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" <!-- android:weightSum="3" --> android:orientation="horizontal" android:layout_gravity="center"> <ImageView android:layout_height="wrap_content" android:layout_weight="1" android:layout_width="0dp"/> .....
weightSum
忽然笑
TA贡献1806条经验 获得超5个赞
- 3 回答
- 0 关注
- 912 浏览
添加回答
举报
0/150
提交
取消