一 代码
<?xml version="1.0" encoding="utf-8"?>
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:stretchColumns="1"
android:layout_height="match_parent">
<TableRow>
<TextView
android:layout_height="wrap_content"
android:text="账 号:" />
<EditText
android:id="@+id/account"
android:layout_height="wrap_content"
android:hint="输入你的账号" />
</TableRow>
<TableRow>
<TextView
android:layout_height="wrap_content"
android:text="密 码:" />
<EditText
android:id="@+id/password"
android:layout_height="wrap_content"
android:inputType="textPassword" />
</TableRow>
<TableRow>
<Button
android:id="

最低0.47元/天 解锁文章
2390

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



