|
@@ -0,0 +1,592 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ xmlns:tools="http://schemas.android.com/tools"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <ScrollView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+
|
|
|
+ >
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:layout_marginTop="12dp"
|
|
|
+ android:layout_marginRight="12dp"
|
|
|
+ android:background="@drawable/white_bg"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:paddingLeft="12dp"
|
|
|
+ android:paddingRight="12dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/fxpc_left_tv_name"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:drawableLeft="@drawable/btx"
|
|
|
+ android:drawablePadding="5dp"
|
|
|
+ android:text="单位名称"
|
|
|
+ android:textColor="#666666"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/fxpc_left_et_name"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
+ android:layout_toRightOf="@id/fxpc_left_tv_name"
|
|
|
+ android:background="@null"
|
|
|
+ android:gravity="right"
|
|
|
+ android:hint="请输入单位名称"
|
|
|
+ android:textColor="#111111"
|
|
|
+ android:textColorHint="#999999"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:background="#e7e7e7" />
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:paddingLeft="12dp"
|
|
|
+ android:paddingRight="12dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/fxpc_left_tv_id"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:drawableLeft="@drawable/btx"
|
|
|
+ android:drawablePadding="5dp"
|
|
|
+ android:text="统一社会信用代码"
|
|
|
+ android:textColor="#666666"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/fxpc_left_et_id"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_toRightOf="@id/fxpc_left_tv_id"
|
|
|
+ android:background="@null"
|
|
|
+ android:gravity="right"
|
|
|
+ android:hint="请输入社会统一代码"
|
|
|
+ android:textColor="#111111"
|
|
|
+ android:textColorHint="#999999"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:background="#e7e7e7" />
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/rl_sshy"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:paddingLeft="12dp"
|
|
|
+ android:paddingRight="12dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/sshy"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:drawableLeft="@drawable/btx"
|
|
|
+ android:drawablePadding="5dp"
|
|
|
+ android:text="所属行业"
|
|
|
+ android:textColor="#666666"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_sshy"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_marginRight="8dp"
|
|
|
+ android:layout_toLeftOf="@id/jt"
|
|
|
+ android:layout_toRightOf="@id/sshy"
|
|
|
+ android:background="@null"
|
|
|
+ android:gravity="right"
|
|
|
+ android:hint="请选择所属行业"
|
|
|
+ android:textColor="#111111"
|
|
|
+ android:textColorHint="#999999"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/jt"
|
|
|
+ android:layout_width="14dp"
|
|
|
+ android:layout_height="14dp"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:src="@drawable/right_jt" />
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:background="#e7e7e7" />
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/rl_dwlx"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:paddingLeft="12dp"
|
|
|
+ android:paddingRight="12dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/dwlx"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:drawableLeft="@drawable/btx"
|
|
|
+ android:drawablePadding="5dp"
|
|
|
+ android:text="单位类型"
|
|
|
+ android:textColor="#666666"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_dwlx"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_marginRight="8dp"
|
|
|
+ android:layout_toLeftOf="@id/jt1"
|
|
|
+ android:layout_toRightOf="@id/dwlx"
|
|
|
+ android:background="@null"
|
|
|
+ android:gravity="right"
|
|
|
+ android:hint="请选择单位类型"
|
|
|
+ android:textColor="#111111"
|
|
|
+ android:textColorHint="#999999"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/jt1"
|
|
|
+ android:layout_width="14dp"
|
|
|
+ android:layout_height="14dp"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:src="@drawable/right_jt" />
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:background="#e7e7e7" />
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:minHeight="50dp"
|
|
|
+ android:paddingLeft="12dp"
|
|
|
+ android:paddingRight="12dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/jyfw"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:text="经营范围"
|
|
|
+ android:textColor="#666666"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/et_jyfw"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_toRightOf="@id/jyfw"
|
|
|
+ android:background="@null"
|
|
|
+ android:gravity="right"
|
|
|
+ android:hint="请输入经营范围"
|
|
|
+ android:textColor="#111111"
|
|
|
+ android:textColorHint="#999999"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:background="#e7e7e7" />
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/rl_yykssj"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:paddingLeft="12dp"
|
|
|
+ android:paddingRight="12dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/qsrq"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:text="营业执照起始日期"
|
|
|
+ android:textColor="#666666"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_kssj"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_marginRight="8dp"
|
|
|
+ android:layout_toLeftOf="@id/jt2"
|
|
|
+ android:layout_toRightOf="@id/qsrq"
|
|
|
+ android:background="@null"
|
|
|
+ android:gravity="right"
|
|
|
+ android:hint="请选择营业执照起始日期"
|
|
|
+ android:textColor="#111111"
|
|
|
+ android:textColorHint="#999999"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/jt2"
|
|
|
+ android:layout_width="14dp"
|
|
|
+ android:layout_height="14dp"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:src="@drawable/right_jt" />
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:background="#e7e7e7" />
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/rl_yyjssj"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:paddingLeft="12dp"
|
|
|
+ android:paddingRight="12dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/jsrq"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:text="营业执照截止日期"
|
|
|
+ android:textColor="#666666"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_jssj"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_marginRight="8dp"
|
|
|
+ android:layout_toLeftOf="@id/jt3"
|
|
|
+ android:layout_toRightOf="@id/jsrq"
|
|
|
+ android:background="@null"
|
|
|
+ android:gravity="right"
|
|
|
+ android:hint="请选择营业执照截止日期"
|
|
|
+ android:textColor="#111111"
|
|
|
+ android:textColorHint="#999999"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/jt3"
|
|
|
+ android:layout_width="14dp"
|
|
|
+ android:layout_height="14dp"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:src="@drawable/right_jt" />
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:background="#e7e7e7" />
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:minHeight="50dp"
|
|
|
+ android:paddingLeft="12dp"
|
|
|
+ android:paddingRight="12dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/zj"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:text="注册资金"
|
|
|
+ android:textColor="#666666"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/et_zczj"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_toRightOf="@id/zj"
|
|
|
+ android:background="@null"
|
|
|
+ android:gravity="right"
|
|
|
+ android:hint="请输入注册资金"
|
|
|
+ android:textColor="#111111"
|
|
|
+ android:textColorHint="#999999"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:background="#e7e7e7" />
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:minHeight="50dp"
|
|
|
+ android:paddingLeft="12dp"
|
|
|
+ android:paddingRight="12dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/dh"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:text="联系电话"
|
|
|
+ android:textColor="#666666"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/et_lxdh"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_toRightOf="@id/dh"
|
|
|
+ android:background="@null"
|
|
|
+ android:gravity="right"
|
|
|
+ android:hint="请输入联系电话"
|
|
|
+ android:textColor="#111111"
|
|
|
+ android:textColorHint="#999999"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:background="#e7e7e7" />
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:minHeight="50dp"
|
|
|
+ android:paddingLeft="12dp"
|
|
|
+ android:paddingRight="12dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/wz"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:text="网址"
|
|
|
+ android:textColor="#666666"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/et_wz"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_toRightOf="@id/wz"
|
|
|
+ android:background="@null"
|
|
|
+ android:gravity="right"
|
|
|
+ android:hint="请输入网址"
|
|
|
+ android:textColor="#111111"
|
|
|
+ android:textColorHint="#999999"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:background="#e7e7e7" />
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:minHeight="50dp"
|
|
|
+ android:paddingLeft="12dp"
|
|
|
+ android:paddingRight="12dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/bs"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:text="消防重点单位标识"
|
|
|
+ android:textColor="#666666"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <androidx.appcompat.widget.SwitchCompat
|
|
|
+ android:id="@+id/sw_xfbs"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_toRightOf="@id/bs" />
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:background="#e7e7e7" />
|
|
|
+
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/rl_bzdz"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:paddingLeft="12dp"
|
|
|
+ android:paddingRight="12dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/dz"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:drawableLeft="@drawable/btx"
|
|
|
+ android:drawablePadding="5dp"
|
|
|
+ android:text="标准地址"
|
|
|
+ android:textColor="#666666"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_bzdz"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_marginRight="8dp"
|
|
|
+ android:layout_toLeftOf="@id/jt4"
|
|
|
+ android:layout_toRightOf="@id/dz"
|
|
|
+ android:background="@null"
|
|
|
+ android:gravity="right"
|
|
|
+ android:hint="请选择标准地址"
|
|
|
+ android:textColor="#111111"
|
|
|
+ android:textColorHint="#999999"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/jt4"
|
|
|
+ android:layout_width="14dp"
|
|
|
+ android:layout_height="14dp"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:src="@drawable/right_jt" />
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:background="#e7e7e7" />
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/rl_sssq"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:paddingLeft="12dp"
|
|
|
+ android:paddingRight="12dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/sq"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:drawableLeft="@drawable/btx"
|
|
|
+ android:drawablePadding="5dp"
|
|
|
+ android:text="所属社区"
|
|
|
+ android:textColor="#666666"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_sssq"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_marginRight="8dp"
|
|
|
+ android:layout_toLeftOf="@id/jt5"
|
|
|
+ android:layout_toRightOf="@id/sq"
|
|
|
+ android:background="@null"
|
|
|
+ android:gravity="right"
|
|
|
+ android:hint="请选择所属社区"
|
|
|
+ android:textColor="#111111"
|
|
|
+ android:textColorHint="#999999"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/jt5"
|
|
|
+ android:layout_width="14dp"
|
|
|
+ android:layout_height="14dp"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:src="@drawable/right_jt" />
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:background="#e7e7e7" />
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/fxpc_left_tv_next"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="44dp"
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:layout_marginTop="15dp"
|
|
|
+ android:layout_marginRight="12dp"
|
|
|
+ android:layout_marginBottom="20dp"
|
|
|
+ android:background="@drawable/bg_selector_fxpc_next"
|
|
|
+ android:enabled="false"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="下一步"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:textSize="18sp" />
|
|
|
+ </LinearLayout>
|
|
|
+ </ScrollView>
|
|
|
+
|
|
|
+
|
|
|
+</RelativeLayout>
|