realtimelocation/app/src/main/res/layout/activity_census_base_detail.xml
2022-11-02 09:40:15 +08:00

511 lines
20 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<android.support.v4.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:overScrollMode="never"
android:scrollbars="none">
<LinearLayout
android:id="@+id/ll_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<android.support.v7.widget.CardView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="8dp"
app:cardCornerRadius="5dp"
app:cardPreventCornerOverlap="true"
app:cardUseCompatPadding="false">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
style="@style/issue_report_title"
android:padding="8dp"
android:text="基本信息"
android:textStyle="bold" />
<LinearLayout style="@style/item_gray">
<TextView
style="@style/item_title"
android:text="身份证号" />
<View style="@style/vertical_line" />
<TextView
android:id="@+id/et_identity"
style="@style/sel_text_show" />
</LinearLayout>
<LinearLayout style="@style/item_gray">
<TextView
style="@style/item_title"
android:text="姓&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;名" />
<View style="@style/vertical_line" />
<TextView
android:id="@+id/et_name"
style="@style/sel_text_show" />
</LinearLayout>
<LinearLayout style="@style/item_gray">
<TextView
style="@style/item_title"
android:text="曾&#160;&#160;用&#160;&#160;名" />
<View style="@style/vertical_line" />
<TextView
android:id="@+id/et_once_name"
style="@style/sel_text_show" />
</LinearLayout>
<LinearLayout style="@style/item_gray">
<TextView
style="@style/item_title"
android:text="性&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;别" />
<View style="@style/vertical_line" />
<TextView
android:id="@+id/tv_gender"
style="@style/sel_text_show" />
</LinearLayout>
<LinearLayout style="@style/item_gray">
<TextView
style="@style/item_title"
android:text="出生日期" />
<View style="@style/vertical_line" />
<TextView
android:id="@+id/tv_birth"
style="@style/sel_text_show" />
</LinearLayout>
<LinearLayout style="@style/item_gray">
<TextView
style="@style/item_title"
android:text="民&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;族" />
<View style="@style/vertical_line" />
<TextView
android:id="@+id/tv_nation"
style="@style/sel_text_show" />
</LinearLayout>
<LinearLayout style="@style/item_gray">
<TextView
style="@style/item_title"
android:text="籍&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;贯" />
<View style="@style/vertical_line" />
<TextView
android:id="@+id/tv_native"
style="@style/sel_text_show" />
</LinearLayout>
<LinearLayout style="@style/item_gray">
<TextView
style="@style/item_title"
android:text="婚姻状况" />
<View style="@style/vertical_line" />
<TextView
android:id="@+id/tv_marry"
style="@style/sel_text_show" />
</LinearLayout>
<LinearLayout style="@style/item_gray">
<TextView
style="@style/item_title"
android:text="政治面貌" />
<View style="@style/vertical_line" />
<TextView
android:id="@+id/tv_political"
style="@style/sel_text_show" />
</LinearLayout>
<LinearLayout style="@style/item_gray">
<TextView
style="@style/item_title"
android:text="学&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;历" />
<View style="@style/vertical_line" />
<TextView
android:id="@+id/tv_edu"
style="@style/sel_text_show" />
</LinearLayout>
<LinearLayout style="@style/item_gray">
<TextView
style="@style/item_title"
android:text="宗教信仰" />
<View style="@style/vertical_line" />
<TextView
android:id="@+id/tv_religion"
style="@style/sel_text_show" />
</LinearLayout>
<LinearLayout style="@style/item_gray">
<TextView
style="@style/item_title"
android:text="职&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;业" />
<View style="@style/vertical_line" />
<TextView
android:id="@+id/et_work"
style="@style/sel_text_show" />
</LinearLayout>
<LinearLayout style="@style/item_gray">
<TextView
style="@style/item_title"
android:text="工作单位" />
<View style="@style/vertical_line" />
<TextView
android:id="@+id/et_work_space"
style="@style/sel_text_show" />
</LinearLayout>
<LinearLayout style="@style/item_gray">
<TextView
style="@style/item_title"
android:text="联系方式" />
<View style="@style/vertical_line" />
<TextView
android:id="@+id/et_phone"
style="@style/sel_text_show" />
</LinearLayout>
<LinearLayout style="@style/item_gray">
<TextView
style="@style/item_title"
android:text="现 住 地" />
<View style="@style/vertical_line" />
<TextView
android:id="@+id/tv_cur_loc"
style="@style/sel_text_show" />
</LinearLayout>
<LinearLayout style="@style/item_gray">
<TextView
style="@style/item_title"
android:text="现&#160;&#160;住&#160;&#160;址" />
<View style="@style/vertical_line" />
<TextView
android:id="@+id/et_cur_detail"
style="@style/sel_text_show" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:layout_marginRight="10dp"
android:background="@drawable/shp_rectangle_gray"
android:orientation="vertical"
android:paddingLeft="12dp"
android:paddingTop="5dp"
android:paddingBottom="5dp">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="其他类型"
android:textColor="@color/black" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:orientation="horizontal"
android:paddingTop="5dp"
android:paddingBottom="5dp">
<CheckBox
android:id="@+id/cb_1"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:background="@null"
android:enabled="false"
android:button="@null"
android:drawableLeft="@drawable/sel_remeber_pwd"
android:ellipsize="end"
android:gravity="center_vertical"
android:maxLines="1"
android:text="流动人口"
android:textSize="@dimen/text_14" />
<CheckBox
android:id="@+id/cb_2"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:background="@null"
android:button="@null"
android:drawableLeft="@drawable/sel_remeber_pwd"
android:ellipsize="end"
android:gravity="center_vertical"
android:maxLines="1"
android:text="留守人员"
android:enabled="false"
android:textSize="@dimen/text_14" />
<CheckBox
android:id="@+id/cb_3"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:background="@null"
android:enabled="false"
android:button="@null"
android:drawableLeft="@drawable/sel_remeber_pwd"
android:ellipsize="end"
android:gravity="center_vertical"
android:maxLines="1"
android:text="退伍军人"
android:textSize="@dimen/text_14" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:paddingTop="5dp"
android:paddingBottom="5dp">
<CheckBox
android:id="@+id/cb_4"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:enabled="false"
android:layout_weight="1"
android:background="@null"
android:button="@null"
android:drawableLeft="@drawable/sel_remeber_pwd"
android:ellipsize="end"
android:gravity="center_vertical"
android:maxLines="1"
android:text="五保户"
android:textSize="@dimen/text_14" />
<CheckBox
android:id="@+id/cb_5"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:background="@null"
android:button="@null"
android:drawableLeft="@drawable/sel_remeber_pwd"
android:enabled="false"
android:ellipsize="end"
android:gravity="center_vertical"
android:maxLines="1"
android:text="低保户"
android:textSize="@dimen/text_14" />
<CheckBox
android:id="@+id/cb_6"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:enabled="false"
android:background="@null"
android:button="@null"
android:drawableLeft="@drawable/sel_remeber_pwd"
android:ellipsize="end"
android:gravity="center_vertical"
android:maxLines="1"
android:text="残疾人"
android:textSize="@dimen/text_14" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:paddingTop="5dp"
android:paddingBottom="5dp">
<CheckBox
android:id="@+id/cb_7"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:background="@null"
android:button="@null"
android:drawableLeft="@drawable/sel_remeber_pwd"
android:enabled="false"
android:ellipsize="end"
android:gravity="center_vertical"
android:maxLines="1"
android:text="重点信访户"
android:textSize="@dimen/text_14" />
<CheckBox
android:id="@+id/cb_8"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:enabled="false"
android:background="@null"
android:button="@null"
android:drawableLeft="@drawable/sel_remeber_pwd"
android:ellipsize="end"
android:gravity="center_vertical"
android:maxLines="1"
android:text="刑满释放人员"
android:textSize="@dimen/text_14" />
<CheckBox
android:id="@+id/cb_9"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:background="@null"
android:button="@null"
android:drawableLeft="@drawable/sel_remeber_pwd"
android:enabled="false"
android:ellipsize="end"
android:gravity="center_vertical"
android:maxLines="1"
android:text="社区矫正人员"
android:textSize="@dimen/text_14" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:paddingTop="5dp"
android:paddingBottom="5dp">
<CheckBox
android:id="@+id/cb_10"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:background="@null"
android:button="@null"
android:enabled="false"
android:drawableLeft="@drawable/sel_remeber_pwd"
android:ellipsize="end"
android:gravity="center_vertical"
android:maxLines="1"
android:text="肇事肇祸等"
android:textSize="@dimen/text_14" />
<CheckBox
android:id="@+id/cb_11"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:background="@null"
android:button="@null"
android:drawableLeft="@drawable/sel_remeber_pwd"
android:ellipsize="end"
android:gravity="center_vertical"
android:maxLines="1"
android:text="吸毒人员"
android:enabled="false"
android:textSize="@dimen/text_14" />
<CheckBox
android:id="@+id/cb_12"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:background="@null"
android:button="@null"
android:enabled="false"
android:drawableLeft="@drawable/sel_remeber_pwd"
android:ellipsize="end"
android:gravity="center_vertical"
android:maxLines="1"
android:text="艾滋病人员"
android:textSize="@dimen/text_14" />
</LinearLayout>
</LinearLayout>
</LinearLayout>
</android.support.v7.widget.CardView>
</LinearLayout>
</android.support.v4.widget.NestedScrollView>