<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>

本文介绍了如何使用TableLayout在Android中创建一个简单的登录界面,包括用户名和密码输入区域。
1538

被折叠的 条评论
为什么被折叠?



