Android属性系列之layout_weight(2)
来源:未知 责任编辑:责任编辑 发表时间:2015-09-17 09:44 点击:次
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="保存"
/>
<Button
android:id="@+id/btn_return"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="4"
android:text="返回"
/>
</LinearLayout>
在这里"保存"按钮的Layout_weight=1,"返回"按钮的Layout_weight=4,layout_width="wrap_content"时,运行效果为:
以上为本人对已知情况的总结,如有不对或总结不足,望指教!
作者“背着行囊独自前行....”
相关新闻>>
最新推荐更多>>>
- 发表评论
-
- 最新评论 更多>>