古人学问无遗力,少壮工夫老始成。这篇文章主要讲述android 关于表格布局的认识相关的知识,希望能为你提供帮助。
表格布局(TableLayout)
文章图片
使用的知识点有:
控件
TableRow:为这个表格添加一行
table的特殊属性
android:layout_column:确定此表格的列数
android:stretchColumns:确定拉伸的列
android:shrinkColumns:确认压缩的列
table中控件可添加的属性
android:layour_column:指定此控件具体的位置
< TableLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:stretchColumns="2"> < TableRow android:id="@+id/tableRow1" android:layout_width="wrap_content" android:layout_height="wrap_content" > < Button android:id="@+id/button1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Button" /> < Button android:id="@+id/button2" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Button" /> < /TableRow> < TableRow android:id="@+id/tableRow2" android:layout_width="match_parent" android:layout_height="match_parent"> < Button android:id="@+id/button3" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_column="1" android:text="Button" /> < Button android:id="@+id/button4" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_column="2" android:text="Button" /> < /TableRow> < TableRow android:id="@+id/tableRow3" android:layout_width="wrap_content" android:layout_height="wrap_content" > < Button android:id="@+id/button5" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_column="2" android:text="Button" /> < /TableRow> < /TableLayout>
【android 关于表格布局的认识】上述布局的代码
推荐阅读
- Android开发问题笔记
- Android 使用okhtth上传图片multipart/form-data
- Android自动化测试工具实现简述
- android studio--百度定位集成001
- Android Data Binding 技术
- Android学习之路-录音功能实现
- Edge浏览器自动屏蔽视频广告的办法
- Win10系统关闭应用商店自动更新的办法
- Win10系统开机打开项怎样设置