|
@@ -40,12 +40,12 @@
|
|
<EditText
|
|
<EditText
|
|
android:id="@+id/fxpc_left_et_name"
|
|
android:id="@+id/fxpc_left_et_name"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
|
+ android:layout_height="match_parent"
|
|
android:layout_centerVertical="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginRight="5dp"
|
|
android:layout_marginRight="5dp"
|
|
android:layout_toRightOf="@id/fxpc_left_tv_name"
|
|
android:layout_toRightOf="@id/fxpc_left_tv_name"
|
|
android:background="@null"
|
|
android:background="@null"
|
|
- android:gravity="right"
|
|
|
|
|
|
+ android:gravity="right|center_vertical"
|
|
android:hint="请输入单位名称"
|
|
android:hint="请输入单位名称"
|
|
android:textColor="#111111"
|
|
android:textColor="#111111"
|
|
android:textColorHint="#999999"
|
|
android:textColorHint="#999999"
|
|
@@ -80,11 +80,11 @@
|
|
<EditText
|
|
<EditText
|
|
android:id="@+id/fxpc_left_et_id"
|
|
android:id="@+id/fxpc_left_et_id"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
|
+ android:layout_height="match_parent"
|
|
android:layout_centerVertical="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_toRightOf="@id/fxpc_left_tv_id"
|
|
android:layout_toRightOf="@id/fxpc_left_tv_id"
|
|
android:background="@null"
|
|
android:background="@null"
|
|
- android:gravity="right"
|
|
|
|
|
|
+ android:gravity="right|center_vertical"
|
|
android:hint="请输入社会统一代码"
|
|
android:hint="请输入社会统一代码"
|
|
android:textColor="#111111"
|
|
android:textColor="#111111"
|
|
android:textColorHint="#999999"
|
|
android:textColorHint="#999999"
|
|
@@ -116,17 +116,29 @@
|
|
android:textColor="#666666"
|
|
android:textColor="#666666"
|
|
android:textSize="14sp" />
|
|
android:textSize="14sp" />
|
|
|
|
|
|
- <Spinner
|
|
|
|
- android:id="@+id/sp_sshy"
|
|
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/tv_sshy"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
|
+ android:layout_centerVertical="true"
|
|
|
|
+ android:layout_marginRight="8dp"
|
|
|
|
+ android:layout_toLeftOf="@id/jt_sshy"
|
|
android:layout_toRightOf="@id/sshy"
|
|
android:layout_toRightOf="@id/sshy"
|
|
- android:layout_marginLeft="10dp"
|
|
|
|
- android:layout_marginTop="2dp"
|
|
|
|
- android:layout_marginBottom="2dp"
|
|
|
|
- android:textColor="#000"
|
|
|
|
|
|
+ android:background="@null"
|
|
|
|
+ android:gravity="right|center_vertical"
|
|
|
|
+ android:hint="请选择所属行业"
|
|
|
|
+ android:textColor="#111111"
|
|
|
|
+ android:textColorHint="#999999"
|
|
android:textSize="14sp" />
|
|
android:textSize="14sp" />
|
|
|
|
|
|
|
|
+ <ImageView
|
|
|
|
+ android:id="@+id/jt_sshy"
|
|
|
|
+ android:layout_width="14dp"
|
|
|
|
+ android:layout_height="14dp"
|
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
|
+ android:layout_centerVertical="true"
|
|
|
|
+ android:src="@drawable/right_jt" />
|
|
|
|
+
|
|
<View
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="1dp"
|
|
android:layout_height="1dp"
|
|
@@ -154,17 +166,29 @@
|
|
android:textSize="14sp" />
|
|
android:textSize="14sp" />
|
|
|
|
|
|
|
|
|
|
- <Spinner
|
|
|
|
- android:id="@+id/sp_dwlx"
|
|
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/tv_dwlx"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
|
+ android:layout_centerVertical="true"
|
|
|
|
+ android:layout_marginRight="8dp"
|
|
|
|
+ android:layout_toLeftOf="@id/jt_dwlx"
|
|
android:layout_toRightOf="@id/dwlx"
|
|
android:layout_toRightOf="@id/dwlx"
|
|
- android:layout_marginLeft="10dp"
|
|
|
|
- android:layout_marginTop="2dp"
|
|
|
|
- android:layout_marginBottom="2dp"
|
|
|
|
- android:textColor="#000"
|
|
|
|
|
|
+ android:background="@null"
|
|
|
|
+ android:gravity="right|center_vertical"
|
|
|
|
+ android:hint="请选择单位类型"
|
|
|
|
+ android:textColor="#111111"
|
|
|
|
+ android:textColorHint="#999999"
|
|
android:textSize="14sp" />
|
|
android:textSize="14sp" />
|
|
|
|
|
|
|
|
+ <ImageView
|
|
|
|
+ android:id="@+id/jt_dwlx"
|
|
|
|
+ android:layout_width="14dp"
|
|
|
|
+ android:layout_height="14dp"
|
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
|
+ android:layout_centerVertical="true"
|
|
|
|
+ android:src="@drawable/right_jt" />
|
|
|
|
+
|
|
<View
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="1dp"
|
|
android:layout_height="1dp"
|
|
@@ -192,11 +216,12 @@
|
|
<EditText
|
|
<EditText
|
|
android:id="@+id/et_jyfw"
|
|
android:id="@+id/et_jyfw"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
|
+ android:layout_height="match_parent"
|
|
|
|
+ android:minHeight="50dp"
|
|
android:layout_centerVertical="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_toRightOf="@id/jyfw"
|
|
android:layout_toRightOf="@id/jyfw"
|
|
android:background="@null"
|
|
android:background="@null"
|
|
- android:gravity="right"
|
|
|
|
|
|
+ android:gravity="right|center_vertical"
|
|
android:hint="请输入经营范围"
|
|
android:hint="请输入经营范围"
|
|
android:textColor="#111111"
|
|
android:textColor="#111111"
|
|
android:textColorHint="#999999"
|
|
android:textColorHint="#999999"
|
|
@@ -212,7 +237,7 @@
|
|
|
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
|
+ android:layout_height="50dp"
|
|
android:minHeight="50dp"
|
|
android:minHeight="50dp"
|
|
android:paddingLeft="12dp"
|
|
android:paddingLeft="12dp"
|
|
android:paddingRight="12dp">
|
|
android:paddingRight="12dp">
|
|
@@ -229,12 +254,12 @@
|
|
<EditText
|
|
<EditText
|
|
android:id="@+id/et_jymj"
|
|
android:id="@+id/et_jymj"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
|
+ android:layout_height="match_parent"
|
|
android:layout_centerVertical="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_toRightOf="@id/jymj"
|
|
android:layout_toRightOf="@id/jymj"
|
|
android:background="@null"
|
|
android:background="@null"
|
|
android:inputType="numberDecimal"
|
|
android:inputType="numberDecimal"
|
|
- android:gravity="right"
|
|
|
|
|
|
+ android:gravity="right|center_vertical"
|
|
android:hint="请输入经营面积(㎡)"
|
|
android:hint="请输入经营面积(㎡)"
|
|
android:textColor="#111111"
|
|
android:textColor="#111111"
|
|
android:textColorHint="#999999"
|
|
android:textColorHint="#999999"
|
|
@@ -263,18 +288,29 @@
|
|
android:textColor="#666666"
|
|
android:textColor="#666666"
|
|
android:textSize="14sp" />
|
|
android:textSize="14sp" />
|
|
|
|
|
|
- <Spinner
|
|
|
|
- android:id="@+id/sp_jyfs"
|
|
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/tv_jyfs"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
|
+ android:layout_centerVertical="true"
|
|
|
|
+ android:layout_marginRight="8dp"
|
|
|
|
+ android:layout_toLeftOf="@id/jt_jjfs"
|
|
android:layout_toRightOf="@id/jyfs"
|
|
android:layout_toRightOf="@id/jyfs"
|
|
- android:layout_marginLeft="10dp"
|
|
|
|
- android:layout_marginTop="2dp"
|
|
|
|
- android:layout_marginBottom="2dp"
|
|
|
|
- android:background="@drawable/jx"
|
|
|
|
- android:textColor="#000"
|
|
|
|
|
|
+ android:background="@null"
|
|
|
|
+ android:gravity="right|center_vertical"
|
|
|
|
+ android:hint="请选择经营方式"
|
|
|
|
+ android:textColor="#111111"
|
|
|
|
+ android:textColorHint="#999999"
|
|
android:textSize="14sp" />
|
|
android:textSize="14sp" />
|
|
|
|
|
|
|
|
+ <ImageView
|
|
|
|
+ android:id="@+id/jt_jjfs"
|
|
|
|
+ android:layout_width="14dp"
|
|
|
|
+ android:layout_height="14dp"
|
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
|
+ android:layout_centerVertical="true"
|
|
|
|
+ android:src="@drawable/right_jt" />
|
|
|
|
+
|
|
|
|
|
|
<View
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
@@ -380,7 +416,7 @@
|
|
|
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
|
+ android:layout_height="50dp"
|
|
android:minHeight="50dp"
|
|
android:minHeight="50dp"
|
|
android:paddingLeft="12dp"
|
|
android:paddingLeft="12dp"
|
|
android:paddingRight="12dp">
|
|
android:paddingRight="12dp">
|
|
@@ -397,11 +433,11 @@
|
|
<EditText
|
|
<EditText
|
|
android:id="@+id/et_zczj"
|
|
android:id="@+id/et_zczj"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
|
+ android:layout_height="match_parent"
|
|
android:layout_centerVertical="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_toRightOf="@id/zj"
|
|
android:layout_toRightOf="@id/zj"
|
|
android:background="@null"
|
|
android:background="@null"
|
|
- android:gravity="right"
|
|
|
|
|
|
+ android:gravity="right|center_vertical"
|
|
android:hint="请输入注册资金"
|
|
android:hint="请输入注册资金"
|
|
android:textColor="#111111"
|
|
android:textColor="#111111"
|
|
android:textColorHint="#999999"
|
|
android:textColorHint="#999999"
|
|
@@ -417,7 +453,7 @@
|
|
|
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
|
+ android:layout_height="50dp"
|
|
android:minHeight="50dp"
|
|
android:minHeight="50dp"
|
|
android:paddingLeft="12dp"
|
|
android:paddingLeft="12dp"
|
|
android:paddingRight="12dp">
|
|
android:paddingRight="12dp">
|
|
@@ -434,12 +470,12 @@
|
|
<EditText
|
|
<EditText
|
|
android:id="@+id/et_lxdh"
|
|
android:id="@+id/et_lxdh"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
|
+ android:layout_height="match_parent"
|
|
android:layout_centerVertical="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_toRightOf="@id/dh"
|
|
android:layout_toRightOf="@id/dh"
|
|
android:background="@null"
|
|
android:background="@null"
|
|
android:inputType="phone"
|
|
android:inputType="phone"
|
|
- android:gravity="right"
|
|
|
|
|
|
+ android:gravity="right|center_vertical"
|
|
android:hint="请输入联系电话"
|
|
android:hint="请输入联系电话"
|
|
android:textColor="#111111"
|
|
android:textColor="#111111"
|
|
android:textColorHint="#999999"
|
|
android:textColorHint="#999999"
|
|
@@ -473,10 +509,11 @@
|
|
android:id="@+id/et_wz"
|
|
android:id="@+id/et_wz"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
|
+ android:minHeight="50dp"
|
|
android:layout_centerVertical="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_toRightOf="@id/wz"
|
|
android:layout_toRightOf="@id/wz"
|
|
android:background="@null"
|
|
android:background="@null"
|
|
- android:gravity="right"
|
|
|
|
|
|
+ android:gravity="right|center_vertical"
|
|
android:hint="请输入网址"
|
|
android:hint="请输入网址"
|
|
android:textColor="#111111"
|
|
android:textColor="#111111"
|
|
android:textColorHint="#999999"
|
|
android:textColorHint="#999999"
|
|
@@ -590,17 +627,28 @@
|
|
android:textColor="#666666"
|
|
android:textColor="#666666"
|
|
android:textSize="14sp" />
|
|
android:textSize="14sp" />
|
|
|
|
|
|
- <Spinner
|
|
|
|
- android:id="@+id/sp_sssq"
|
|
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/tv_sssq"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
|
+ android:layout_centerVertical="true"
|
|
|
|
+ android:layout_marginRight="8dp"
|
|
|
|
+ android:layout_toLeftOf="@id/jt_sssq"
|
|
android:layout_toRightOf="@id/sq"
|
|
android:layout_toRightOf="@id/sq"
|
|
- android:layout_marginLeft="10dp"
|
|
|
|
- android:layout_marginTop="2dp"
|
|
|
|
- android:layout_marginBottom="2dp"
|
|
|
|
- android:background="@drawable/jx"
|
|
|
|
- android:textColor="#000"
|
|
|
|
|
|
+ android:background="@null"
|
|
|
|
+ android:gravity="right|center_vertical"
|
|
|
|
+ android:hint="请选择所属社区"
|
|
|
|
+ android:textColor="#111111"
|
|
|
|
+ android:textColorHint="#999999"
|
|
android:textSize="14sp" />
|
|
android:textSize="14sp" />
|
|
|
|
+
|
|
|
|
+ <ImageView
|
|
|
|
+ android:id="@+id/jt_sssq"
|
|
|
|
+ android:layout_width="14dp"
|
|
|
|
+ android:layout_height="14dp"
|
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
|
+ android:layout_centerVertical="true"
|
|
|
|
+ android:src="@drawable/right_jt" />
|
|
<View
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="1dp"
|
|
android:layout_height="1dp"
|