您的位置:首页 > 其它

TableLayout的简单使用

2015-12-18 18:00 369 查看
<span style="font-size:18px;">TableLayout做一个登录界面:

<TableLayout

android:layout_width="match_parent"

android:layout_height="match_parent">

<TableRow>
</span>
<span style="font-size:18px;"><TextView
android:layout_height="wrap_content"
android:text="用户名:"/>
<EditText</span>
<span style="font-size:18px;">android:layout_height="wrap_content"/></span>
<span style="font-size:18px;"></span> 
<span style="font-size:18px;"></TableRow>
</span>
<span style="font-size:18px;"><TableRow>

<TextView
android:layout_height="wrap_content"
android:text="密码:"/>
<EditText
android:layout_height="wrap_content"/>

</TableRow>

</TableLayout>

</span>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: