
从零开始的体温app开发(初识布局)
linearLayout 线性布局
ScrollVIEw 滑动布局
此两种布局比较常用
<linearLayout
xmlns:androID="http://schemas.androID.com/apk/res/androID"
androID:layout_wIDth="match_parent"
androID:layout_height="wrap_content"
androID:orIEntation="vertical">
</linearLayout>
<ScrollVIEw xmlns:androID="http://schemas.androID.com/apk/res/androID"
xmlns:app="http://schemas.androID.com/apk/res-auto"
xmlns:tools="http://schemas.androID.com/tools"
androID:layout_wIDth="match_parent"
androID:layout_height="match_parent"
androID:orIEntation="vertical"
tools:context=".MainActivity">
</ScrollVIEw>总结
以上是内存溢出为你收集整理的JAVA日报全部内容,希望文章能够帮你解决JAVA日报所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)