码迷,mamicode.com
首页 > 移动开发 > 详细

Android开发--TableLayout的应用

时间:2016-06-05 15:36:26      阅读:190      评论:0      收藏:0      [点我收藏+]

标签:

1.简介

TableLayout为表格框架结构

技术分享

2.xml配置

技术分享


<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:stretchColumns="*">
.........
</TableLayout>

注意:

1.控件充满全局:android:stretchColumns="*",该属性值写在TableLayout中。

 

Android开发--TableLayout的应用

标签:

原文地址:http://www.cnblogs.com/jfl-xx/p/5560784.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!