android在写tablelayout时,效果如下,请问高手如何才能使我的表格占满整个屏幕,并且格与格之间没有间隙啊

布局文件代码如下:<TableLayoutandroid:layout_width="fill_parent"android:layout_height="fill_pa... 布局文件代码如下:
<TableLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<TableRow
android:id="@+id/tableRow1"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
<Button
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_weight="1"
android:layout_marginRight="0dip"
/>
<Button
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_weight="1"
android:layout_marginLeft="0dip"
/>
<Button
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_weight="1"
android:layout_margin="0dip"
/>
</TableRow>
........余下代码都是相同的button布局

</TableLayout>
展开
 我来答
pudgelawson
2012-11-06 · TA获得超过137个赞
知道小有建树答主
回答量:117
采纳率:0%
帮助的人:90.5万
展开全部

在每一行的tablerow属性中也要加上权重1代表平均分成三行

android:layout_weight="1"

边框线并不在table的范畴,因为放大来看,button控件的边框和tablerow的边框是重合的,意味着这个空隙是button控件自带的,tablerow边框设置无效。

ILYouHK
2012-11-05 · TA获得超过260个赞
知道答主
回答量:167
采纳率:0%
帮助的人:34.3万
展开全部
你用GridView呗,你这样些该写多少没用的布局啊,GridView,你写个adapter就行了
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式