|
@@ -12,6 +12,7 @@
|
|
|
android:layout_height="0dp"
|
|
android:layout_height="0dp"
|
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
|
android:fillViewport="true"
|
|
android:fillViewport="true"
|
|
|
|
|
+ android:overScrollMode="never"
|
|
|
android:scrollbars="none">
|
|
android:scrollbars="none">
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
@@ -75,7 +76,7 @@
|
|
|
android:text="请填写正确的企业名称,2-99个字符"
|
|
android:text="请填写正确的企业名称,2-99个字符"
|
|
|
android:textColor="@color/red"
|
|
android:textColor="@color/red"
|
|
|
android:textSize="10sp"
|
|
android:textSize="10sp"
|
|
|
- android:visibility="invisible"/>
|
|
|
|
|
|
|
+ android:visibility="invisible" />
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
@@ -123,7 +124,7 @@
|
|
|
android:text="请填写营业执照上的注册号"
|
|
android:text="请填写营业执照上的注册号"
|
|
|
android:textColor="@color/red"
|
|
android:textColor="@color/red"
|
|
|
android:textSize="10sp"
|
|
android:textSize="10sp"
|
|
|
- android:visibility="invisible"/>
|
|
|
|
|
|
|
+ android:visibility="invisible" />
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
@@ -180,8 +181,8 @@
|
|
|
android:id="@+id/enterprise_register_address_et"
|
|
android:id="@+id/enterprise_register_address_et"
|
|
|
style="@style/register_edittext_style"
|
|
style="@style/register_edittext_style"
|
|
|
android:drawableLeft="@drawable/ic_reg_address"
|
|
android:drawableLeft="@drawable/ic_reg_address"
|
|
|
- android:hint="企业地址(例如:xx省xx市xx区xx路xx号)"
|
|
|
|
|
android:gravity="center_vertical"
|
|
android:gravity="center_vertical"
|
|
|
|
|
+ android:hint="企业地址(例如:xx省xx市xx区xx路xx号)"
|
|
|
android:textColor="@color/black" />
|
|
android:textColor="@color/black" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
@@ -249,7 +250,7 @@
|
|
|
android:text="请选择所在行业"
|
|
android:text="请选择所在行业"
|
|
|
android:textColor="@color/red"
|
|
android:textColor="@color/red"
|
|
|
android:textSize="10sp"
|
|
android:textSize="10sp"
|
|
|
- android:visibility="invisible"/>
|
|
|
|
|
|
|
+ android:visibility="invisible" />
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
@@ -288,7 +289,7 @@
|
|
|
android:text="请填写营业执照上的注册号"
|
|
android:text="请填写营业执照上的注册号"
|
|
|
android:textColor="@color/red"
|
|
android:textColor="@color/red"
|
|
|
android:textSize="10sp"
|
|
android:textSize="10sp"
|
|
|
- android:visibility="invisible"/>
|
|
|
|
|
|
|
+ android:visibility="invisible" />
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|