You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
159 lines
5.4 KiB
XML
159 lines
5.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/ll"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_margin="10px"
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginLeft="20dp"
|
|
android:layout_weight="2"
|
|
android:orientation="vertical">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:minHeight="60px">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="50px"
|
|
android:layout_margin="5px"
|
|
android:gravity="center"
|
|
android:text="成员姓名:"
|
|
android:textSize="30px"/>
|
|
|
|
<TextView
|
|
android:id="@+id/tv_cyxm"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_margin="5px"
|
|
android:gravity="center|left"
|
|
android:minHeight="50px"
|
|
android:textSize="30px"/>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:minHeight="60px">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="50px"
|
|
android:layout_margin="5px"
|
|
android:gravity="center"
|
|
android:text="成员关系:"
|
|
android:textSize="30px"/>
|
|
|
|
<TextView
|
|
android:id="@+id/tv_gx"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_margin="5px"
|
|
android:gravity="center|left"
|
|
android:minHeight="50px"
|
|
android:textSize="30px"/>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:minHeight="60px">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="50px"
|
|
android:layout_margin="5px"
|
|
android:gravity="center"
|
|
android:text="年龄:"
|
|
android:textSize="30px"/>
|
|
|
|
<TextView
|
|
android:id="@+id/tv_nl"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_margin="5px"
|
|
android:gravity="center|left"
|
|
android:minHeight="50px"
|
|
android:textSize="30px"/>
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:minHeight="60px">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="50px"
|
|
android:layout_margin="5px"
|
|
android:gravity="center"
|
|
android:text="工作单位:"
|
|
android:textSize="30px"/>
|
|
|
|
<TextView
|
|
android:id="@+id/tv_gzdw"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_margin="5px"
|
|
android:gravity="center|left"
|
|
android:minHeight="50px"
|
|
android:textSize="30px"/>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:minHeight="60px">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="50px"
|
|
android:layout_margin="5px"
|
|
android:gravity="center"
|
|
android:text="月收入:"
|
|
android:textSize="30px"/>
|
|
|
|
<TextView
|
|
android:id="@+id/tv_ysl"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_margin="5px"
|
|
android:gravity="center|left"
|
|
android:minHeight="50px"
|
|
android:textSize="30px"/>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:minHeight="60px">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="50px"
|
|
android:layout_margin="5px"
|
|
android:gravity="center"
|
|
android:text="是否同住:"
|
|
android:textSize="30px"/>
|
|
|
|
<TextView
|
|
android:id="@+id/tv_sftz"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_margin="5px"
|
|
android:gravity="center|left"
|
|
android:minHeight="50px"
|
|
android:textSize="30px"/>
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|