王立平-- android:layout_weight
阅读量:6803 次
发布时间:2019-06-26
本文共 487 字,大约阅读时间需要 1 分钟。
效果:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:background="#FFFFFF" android:orientation="vertical" > <TextView android:layout_width="fill_parent" android:layout_height="0dp" android:layout_weight="3" android:background="#D200D2"/> <TextView android:layout_width="fill_parent" android:layout_height="0dp" android:layout_weight="1" android:background="#6f00D2"/> </LinearLayout>
你可能感兴趣的文章
【免费报名】亚洲诚信&看雪学院:“走进企业看安全”技术分享沙龙等你来侃~...
查看>>
Flutter学习之Dart语言基础(内置类型)
查看>>
传统模式下WebService与WebAPI的相同与不同
查看>>
谈谈对Spring IOC(控制反转)的理解--转
查看>>
spring注解开发AnnotationConfigApplicationContext的使用
查看>>
2018焦作区域赛E. Resistors in Parallel
查看>>
Scrum立会报告+燃尽图(十一月二十二日总第三十次):加强回归测试
查看>>
python网络编程socketserver模块(实现TCP客户端/服务器)
查看>>
P3564 [POI2014]BAR-Salad Bar
查看>>