A股上市公司传智教育(股票代码 003032)旗下技术交流社区北京昌平校区

 找回密码
 加入黑马

QQ登录

只需一步,快速开始

我要做一个用户登录的界面,用的是tableLayout布局,里面设置如图。需要设置span,但一输入就报错。请问这是因为什么,该怎么改F:\1.png
F:\2.png

代码如下
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:stretchColumns="1">
这是开头的设置文件
<TableRow >
        <Button
            android:id="@+id/login"
            android:layout_height="wrap_content"
            android:text="login"
            layout_span
            />
    </TableRow>
这是错误的地方

0 个回复

您需要登录后才可以回帖 登录 | 加入黑马