|
@@ -10,7 +10,8 @@
|
|
|
<ScrollView
|
|
<ScrollView
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="0dp"
|
|
android:layout_height="0dp"
|
|
|
- android:layout_weight="1">
|
|
|
|
|
|
|
+ android:layout_weight="1"
|
|
|
|
|
+ android:scrollbars="none">
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
@@ -217,8 +218,8 @@
|
|
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
|
android:id="@+id/enterprise_register_picture_iv"
|
|
android:id="@+id/enterprise_register_picture_iv"
|
|
|
- android:layout_width="40dp"
|
|
|
|
|
- android:layout_height="40dp"
|
|
|
|
|
|
|
+ android:layout_width="36dp"
|
|
|
|
|
+ android:layout_height="36dp"
|
|
|
android:padding="6dp"
|
|
android:padding="6dp"
|
|
|
android:src="@drawable/ic_reg_camera" />
|
|
android:src="@drawable/ic_reg_camera" />
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|