|
@@ -21,72 +21,78 @@
|
|
|
app:title="信息录入"
|
|
|
app:titleColor="@color/white"
|
|
|
app:titleSize="@dimen/text_50dp_size" />
|
|
|
- <LinearLayout
|
|
|
+ <ScrollView
|
|
|
+ android:id="@+id/sv"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="top"
|
|
|
- android:layout_marginTop="180sp"
|
|
|
- android:orientation="vertical"
|
|
|
- android:padding="60sp">
|
|
|
-
|
|
|
+ android:layout_below="@+id/tb_main_bar">
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:layout_marginTop="20sp"
|
|
|
- android:layout_weight="1"
|
|
|
- android:background="@drawable/bg_take"
|
|
|
+ android:layout_gravity="top"
|
|
|
+ android:layout_marginTop="60sp"
|
|
|
android:orientation="vertical"
|
|
|
- android:padding="30sp">
|
|
|
+ android:padding="60sp">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_marginTop="100sp"
|
|
|
- android:gravity="center"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_marginTop="20sp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:background="@drawable/bg_take"
|
|
|
android:orientation="vertical"
|
|
|
- android:paddingBottom="60sp">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:background="@drawable/bg_btn_01"
|
|
|
- android:gravity="center"
|
|
|
- android:paddingLeft="80dp"
|
|
|
- android:paddingRight="80dp"
|
|
|
- android:paddingTop="20dp"
|
|
|
- android:paddingBottom="20dp"
|
|
|
- android:text="请将身份证放置在读卡区!"
|
|
|
- android:textColor="@color/white"
|
|
|
- android:textFontWeight="800"
|
|
|
- android:textSize="@dimen/text_50dp_size" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="1000dp"
|
|
|
- android:layout_height="650dp"
|
|
|
- android:layout_marginTop="120sp"
|
|
|
- android:scaleType="fitXY"
|
|
|
- android:src="@mipmap/idcard" />
|
|
|
+ android:padding="30sp">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="60sp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_marginTop="80sp"
|
|
|
android:gravity="center"
|
|
|
- android:orientation="vertical">
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:paddingBottom="60sp">
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/idCard_btn"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="10sp"
|
|
|
- android:text="忘带身份证?"
|
|
|
- android:textColor="@color/login_bk"
|
|
|
- android:textSize="@dimen/text_50dp_size" />
|
|
|
+ android:background="@drawable/bg_btn_01"
|
|
|
+ android:gravity="center"
|
|
|
+ android:paddingLeft="80dp"
|
|
|
+ android:paddingRight="80dp"
|
|
|
+ android:paddingTop="20dp"
|
|
|
+ android:paddingBottom="20dp"
|
|
|
+ android:text="请将身份证放置在读卡区!"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:textFontWeight="800"
|
|
|
+ android:textSize="@dimen/text_30dp_size" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="800dp"
|
|
|
+ android:layout_height="400dp"
|
|
|
+ android:layout_marginTop="100sp"
|
|
|
+ android:scaleType="fitXY"
|
|
|
+ android:src="@mipmap/idcard" />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="60sp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/idCard_btn"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="10sp"
|
|
|
+ android:text="忘带身份证?"
|
|
|
+ android:textColor="@color/login_bk"
|
|
|
+ android:textSize="@dimen/text_30dp_size" />
|
|
|
+ </LinearLayout>
|
|
|
</LinearLayout>
|
|
|
- </LinearLayout>
|
|
|
|
|
|
+ </LinearLayout>
|
|
|
</LinearLayout>
|
|
|
- </LinearLayout>
|
|
|
+ </ScrollView>
|
|
|
|
|
|
</RelativeLayout>
|