为了账号安全,请及时绑定邮箱和手机立即绑定

设置android:layout_column = "1"没有效果

<?xml version="1.0" encoding="utf-8"?>
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    >

    <TableRow
        android:id="@+id/tableRow1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        >

        <Button
            android:layout_column = "1"
            android:id="@+id/button1"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="1" />

        <Button
            android:id="@+id/button2"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="2" />

        <Button
            android:id="@+id/button3"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="3" />

    </TableRow>

</TableLayout>

http://img1.sycdn.imooc.com//571371760001ddca02940329.jpg

正在回答

3 回答

可能是因为要有列宽参考,只有以下一行的列宽为参考,才能确定一列是多宽,进行跳转。

0 回复 有任何疑惑可以回复我~

我是有效果的,但是没有ALT+/的提示,郁闷。

0 回复 有任何疑惑可以回复我~

发现要多添加一行tablerow才可以使用

android:layout_column="1"

android:layout_span="2"

这两个属性 这是为什么嗯

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
Android攻城狮的第一门课(入门篇)
  • 参与学习       312584    人
  • 解答问题       4633    个

想快速掌握Android应用开发基础,选择学习这门课程就对了。

进入课程

设置android:layout_column = "1"没有效果

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信