|
@@ -5,40 +5,58 @@
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="@mipmap/page_bj">
|
|
android:background="@mipmap/page_bj">
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
+
|
|
|
|
+ <ImageView
|
|
|
|
+ android:id="@+id/main_img"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="550dp"
|
|
|
|
+ android:scaleType="fitXY"
|
|
|
|
+ android:src="@mipmap/main_top" />
|
|
|
|
|
|
- <com.hjq.bar.TitleBar
|
|
|
|
- android:id="@+id/tb_main_bar"
|
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
+ <LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="150dp"
|
|
|
|
- android:background="@color/login_bk"
|
|
|
|
- app:leftColor="@color/white"
|
|
|
|
- app:leftIcon="@mipmap/left_88_icon"
|
|
|
|
- app:leftSize="@dimen/text_40dp_size"
|
|
|
|
- app:leftTitle="返回"
|
|
|
|
- app:rightColor="@color/white"
|
|
|
|
- app:rightSize="@dimen/text_40dp_size"
|
|
|
|
- app:rightTitle="120s"
|
|
|
|
- app:title="自助取票"
|
|
|
|
- app:titleColor="@color/white"
|
|
|
|
- app:titleSize="@dimen/text_50dp_size" />
|
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_marginTop="550dp">
|
|
|
|
+ <com.hjq.bar.TitleBar
|
|
|
|
+ android:id="@+id/tb_main_bar"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="80dp"
|
|
|
|
+ android:background="@color/login_bk"
|
|
|
|
+ app:leftColor="@color/white"
|
|
|
|
+ app:leftIcon="@mipmap/left_44_icon"
|
|
|
|
+ app:leftSize="@dimen/inedx_btn_size"
|
|
|
|
+ app:leftTitle="返回"
|
|
|
|
+ app:rightColor="@color/white"
|
|
|
|
+ app:rightSize="@dimen/inedx_btn_size"
|
|
|
|
+ app:rightTitle="120s"
|
|
|
|
+ app:title="自助取票"
|
|
|
|
+ app:titleColor="@color/white"
|
|
|
|
+ app:titleSize="@dimen/text_30dp_size" />
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:layout_marginTop="150sp"
|
|
|
|
- android:padding="60sp"
|
|
|
|
|
|
+ android:layout_marginTop="700sp"
|
|
|
|
+ android:padding="30sp"
|
|
android:layout_gravity="top">
|
|
android:layout_gravity="top">
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
android:id="@+id/take_btn"
|
|
android:id="@+id/take_btn"
|
|
android:layout_width="230dp"
|
|
android:layout_width="230dp"
|
|
- android:layout_height="1200dp"
|
|
|
|
|
|
+ android:layout_height="700dp"
|
|
android:layout_gravity="center"
|
|
android:layout_gravity="center"
|
|
android:layout_marginRight="30sp"
|
|
android:layout_marginRight="30sp"
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/bg_take"
|
|
android:background="@drawable/bg_take"
|
|
android:orientation="vertical"
|
|
android:orientation="vertical"
|
|
- android:padding="50sp">
|
|
|
|
|
|
+ android:padding="30sp">
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
@@ -54,24 +72,24 @@
|
|
android:text="取票码/手机号取票"
|
|
android:text="取票码/手机号取票"
|
|
android:textColor="@color/black"
|
|
android:textColor="@color/black"
|
|
android:textFontWeight="800"
|
|
android:textFontWeight="800"
|
|
- android:textSize="@dimen/text_50dp_size" />
|
|
|
|
|
|
+ android:textSize="@dimen/text_30dp_size" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="100dp"
|
|
|
|
- android:layout_marginTop="60sp"
|
|
|
|
|
|
+ android:layout_height="60dp"
|
|
|
|
+ android:layout_marginTop="30sp"
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
android:orientation="horizontal">
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<EditText
|
|
<EditText
|
|
android:id="@+id/et_modify_quantity"
|
|
android:id="@+id/et_modify_quantity"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="100dp"
|
|
|
|
|
|
+ android:layout_height="60dp"
|
|
android:enabled="true"
|
|
android:enabled="true"
|
|
android:focusable="false"
|
|
android:focusable="false"
|
|
- android:textSize="@dimen/text_40dp_size"
|
|
|
|
- android:paddingLeft="20dp"
|
|
|
|
|
|
+ android:textSize="@dimen/inedx_btn_size"
|
|
|
|
+ android:paddingLeft="10dp"
|
|
android:background="@android:drawable/edit_text"
|
|
android:background="@android:drawable/edit_text"
|
|
android:hint="取票码/手机号取票"
|
|
android:hint="取票码/手机号取票"
|
|
android:text=""
|
|
android:text=""
|
|
@@ -82,14 +100,14 @@
|
|
<LinearLayout
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:layout_marginTop="60sp"
|
|
|
|
|
|
+ android:layout_marginTop="30sp"
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
android:orientation="horizontal">
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/num_01"
|
|
android:id="@+id/num_01"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
- android:layout_height="120dp"
|
|
|
|
|
|
+ android:layout_height="60dp"
|
|
android:layout_marginRight="30sp"
|
|
android:layout_marginRight="30sp"
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/bg_num_01"
|
|
android:background="@drawable/bg_num_01"
|
|
@@ -97,12 +115,12 @@
|
|
android:text="1"
|
|
android:text="1"
|
|
android:textColor="@color/blue"
|
|
android:textColor="@color/blue"
|
|
android:textFontWeight="800"
|
|
android:textFontWeight="800"
|
|
- android:textSize="@dimen/text_50dp_size" />
|
|
|
|
|
|
+ android:textSize="@dimen/text_30dp_size" />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/num_02"
|
|
android:id="@+id/num_02"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
- android:layout_height="120dp"
|
|
|
|
|
|
+ android:layout_height="60dp"
|
|
android:layout_marginRight="30sp"
|
|
android:layout_marginRight="30sp"
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/bg_num_01"
|
|
android:background="@drawable/bg_num_01"
|
|
@@ -110,32 +128,32 @@
|
|
android:text="2"
|
|
android:text="2"
|
|
android:textColor="@color/blue"
|
|
android:textColor="@color/blue"
|
|
android:textFontWeight="800"
|
|
android:textFontWeight="800"
|
|
- android:textSize="@dimen/text_50dp_size" />
|
|
|
|
|
|
+ android:textSize="@dimen/text_30dp_size" />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/num_03"
|
|
android:id="@+id/num_03"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
- android:layout_height="120dp"
|
|
|
|
|
|
+ android:layout_height="60dp"
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/bg_num_01"
|
|
android:background="@drawable/bg_num_01"
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
android:text="3"
|
|
android:text="3"
|
|
android:textColor="@color/blue"
|
|
android:textColor="@color/blue"
|
|
android:textFontWeight="800"
|
|
android:textFontWeight="800"
|
|
- android:textSize="@dimen/text_50dp_size" />
|
|
|
|
|
|
+ android:textSize="@dimen/text_30dp_size" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:layout_marginTop="30sp"
|
|
|
|
|
|
+ android:layout_marginTop="20sp"
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
android:orientation="horizontal">
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/num_04"
|
|
android:id="@+id/num_04"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
- android:layout_height="120dp"
|
|
|
|
|
|
+ android:layout_height="60dp"
|
|
android:layout_marginRight="30sp"
|
|
android:layout_marginRight="30sp"
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/bg_num_01"
|
|
android:background="@drawable/bg_num_01"
|
|
@@ -143,12 +161,12 @@
|
|
android:text="4"
|
|
android:text="4"
|
|
android:textColor="@color/blue"
|
|
android:textColor="@color/blue"
|
|
android:textFontWeight="800"
|
|
android:textFontWeight="800"
|
|
- android:textSize="@dimen/text_50dp_size" />
|
|
|
|
|
|
+ android:textSize="@dimen/text_30dp_size" />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/num_05"
|
|
android:id="@+id/num_05"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
- android:layout_height="120dp"
|
|
|
|
|
|
+ android:layout_height="60dp"
|
|
android:layout_marginRight="30sp"
|
|
android:layout_marginRight="30sp"
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/bg_num_01"
|
|
android:background="@drawable/bg_num_01"
|
|
@@ -156,32 +174,32 @@
|
|
android:text="5"
|
|
android:text="5"
|
|
android:textColor="@color/blue"
|
|
android:textColor="@color/blue"
|
|
android:textFontWeight="800"
|
|
android:textFontWeight="800"
|
|
- android:textSize="@dimen/text_50dp_size" />
|
|
|
|
|
|
+ android:textSize="@dimen/text_30dp_size" />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/num_06"
|
|
android:id="@+id/num_06"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
- android:layout_height="120dp"
|
|
|
|
|
|
+ android:layout_height="60dp"
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/bg_num_01"
|
|
android:background="@drawable/bg_num_01"
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
android:text="6"
|
|
android:text="6"
|
|
android:textColor="@color/blue"
|
|
android:textColor="@color/blue"
|
|
android:textFontWeight="800"
|
|
android:textFontWeight="800"
|
|
- android:textSize="@dimen/text_50dp_size" />
|
|
|
|
|
|
+ android:textSize="@dimen/text_30dp_size" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:layout_marginTop="30sp"
|
|
|
|
|
|
+ android:layout_marginTop="20sp"
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
android:orientation="horizontal">
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/num_07"
|
|
android:id="@+id/num_07"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
- android:layout_height="120dp"
|
|
|
|
|
|
+ android:layout_height="60dp"
|
|
android:layout_marginRight="30sp"
|
|
android:layout_marginRight="30sp"
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/bg_num_01"
|
|
android:background="@drawable/bg_num_01"
|
|
@@ -189,12 +207,12 @@
|
|
android:text="7"
|
|
android:text="7"
|
|
android:textColor="@color/blue"
|
|
android:textColor="@color/blue"
|
|
android:textFontWeight="800"
|
|
android:textFontWeight="800"
|
|
- android:textSize="@dimen/text_50dp_size" />
|
|
|
|
|
|
+ android:textSize="@dimen/text_30dp_size" />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/num_08"
|
|
android:id="@+id/num_08"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
- android:layout_height="120dp"
|
|
|
|
|
|
+ android:layout_height="60dp"
|
|
android:layout_marginRight="30sp"
|
|
android:layout_marginRight="30sp"
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/bg_num_01"
|
|
android:background="@drawable/bg_num_01"
|
|
@@ -202,32 +220,32 @@
|
|
android:text="8"
|
|
android:text="8"
|
|
android:textColor="@color/blue"
|
|
android:textColor="@color/blue"
|
|
android:textFontWeight="800"
|
|
android:textFontWeight="800"
|
|
- android:textSize="@dimen/text_50dp_size" />
|
|
|
|
|
|
+ android:textSize="@dimen/text_30dp_size" />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/num_09"
|
|
android:id="@+id/num_09"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
- android:layout_height="120dp"
|
|
|
|
|
|
+ android:layout_height="60dp"
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/bg_num_01"
|
|
android:background="@drawable/bg_num_01"
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
android:text="9"
|
|
android:text="9"
|
|
android:textColor="@color/blue"
|
|
android:textColor="@color/blue"
|
|
android:textFontWeight="800"
|
|
android:textFontWeight="800"
|
|
- android:textSize="@dimen/text_50dp_size" />
|
|
|
|
|
|
+ android:textSize="@dimen/text_30dp_size" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:layout_marginTop="30sp"
|
|
|
|
|
|
+ android:layout_marginTop="20sp"
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
android:orientation="horizontal">
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/num_0"
|
|
android:id="@+id/num_0"
|
|
android:layout_width="120dp"
|
|
android:layout_width="120dp"
|
|
- android:layout_height="120dp"
|
|
|
|
|
|
+ android:layout_height="60dp"
|
|
android:layout_marginRight="30sp"
|
|
android:layout_marginRight="30sp"
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/bg_num_01"
|
|
android:background="@drawable/bg_num_01"
|
|
@@ -235,24 +253,24 @@
|
|
android:text="0"
|
|
android:text="0"
|
|
android:textColor="@color/blue"
|
|
android:textColor="@color/blue"
|
|
android:textFontWeight="800"
|
|
android:textFontWeight="800"
|
|
- android:textSize="@dimen/text_50dp_size" />
|
|
|
|
|
|
+ android:textSize="@dimen/text_30dp_size" />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/num_empty"
|
|
android:id="@+id/num_empty"
|
|
android:layout_width="120dp"
|
|
android:layout_width="120dp"
|
|
- android:layout_height="120dp"
|
|
|
|
|
|
+ android:layout_height="60dp"
|
|
android:layout_marginRight="30sp"
|
|
android:layout_marginRight="30sp"
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/bg_num_01"
|
|
android:background="@drawable/bg_num_01"
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
android:text="清空"
|
|
android:text="清空"
|
|
android:textColor="@color/blue"
|
|
android:textColor="@color/blue"
|
|
- android:textSize="@dimen/text_50dp_size" />
|
|
|
|
|
|
+ android:textSize="@dimen/inedx_btn_size" />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/num_del"
|
|
android:id="@+id/num_del"
|
|
android:layout_width="120dp"
|
|
android:layout_width="120dp"
|
|
- android:layout_height="120dp"
|
|
|
|
|
|
+ android:layout_height="60dp"
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/bg_num_01"
|
|
android:background="@drawable/bg_num_01"
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
@@ -260,36 +278,36 @@
|
|
android:paddingBottom="7sp"
|
|
android:paddingBottom="7sp"
|
|
android:text="删除"
|
|
android:text="删除"
|
|
android:textColor="@color/blue"
|
|
android:textColor="@color/blue"
|
|
- android:textSize="@dimen/text_50dp_size" />
|
|
|
|
|
|
+ android:textSize="@dimen/inedx_btn_size" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="120dp"
|
|
|
|
- android:layout_marginTop="80sp"
|
|
|
|
|
|
+ android:layout_height="60dp"
|
|
|
|
+ android:layout_marginTop="50sp"
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
android:orientation="horizontal">
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/purchase_btn"
|
|
android:id="@+id/purchase_btn"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="120dp"
|
|
|
|
|
|
+ android:layout_height="60dp"
|
|
android:background="@drawable/bg_btn_01"
|
|
android:background="@drawable/bg_btn_01"
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
android:text="立即取票"
|
|
android:text="立即取票"
|
|
android:textColor="@color/white"
|
|
android:textColor="@color/white"
|
|
android:textFontWeight="800"
|
|
android:textFontWeight="800"
|
|
- android:textSize="@dimen/text_50dp_size" />
|
|
|
|
|
|
+ android:textSize="@dimen/text_30dp_size" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
android:layout_width="230dp"
|
|
android:layout_width="230dp"
|
|
- android:layout_height="1200dp"
|
|
|
|
|
|
+ android:layout_height="700dp"
|
|
android:layout_marginLeft="15sp"
|
|
android:layout_marginLeft="15sp"
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/bg_take"
|
|
android:background="@drawable/bg_take"
|
|
- android:padding="50sp"
|
|
|
|
|
|
+ android:padding="30sp"
|
|
android:orientation="vertical">
|
|
android:orientation="vertical">
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
@@ -306,13 +324,13 @@
|
|
android:text="二维码/身份证取票"
|
|
android:text="二维码/身份证取票"
|
|
android:textColor="@color/black"
|
|
android:textColor="@color/black"
|
|
android:textFontWeight="800"
|
|
android:textFontWeight="800"
|
|
- android:textSize="@dimen/text_50dp_size" />
|
|
|
|
|
|
+ android:textSize="@dimen/text_30dp_size" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:layout_marginTop="60sp"
|
|
|
|
|
|
+ android:layout_marginTop="40sp"
|
|
android:gravity="center">
|
|
android:gravity="center">
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
@@ -323,19 +341,19 @@
|
|
android:text="请选择二维码/身份证对准扫码区域"
|
|
android:text="请选择二维码/身份证对准扫码区域"
|
|
android:textColor="@color/login_bk"
|
|
android:textColor="@color/login_bk"
|
|
android:textFontWeight="800"
|
|
android:textFontWeight="800"
|
|
- android:textSize="@dimen/text_30dp_size" />
|
|
|
|
|
|
+ android:textSize="18dp" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="800dp"
|
|
|
|
- android:layout_marginTop="70sp"
|
|
|
|
|
|
+ android:layout_height="700dp"
|
|
|
|
+ android:layout_marginTop="40sp"
|
|
android:gravity="top"
|
|
android:gravity="top"
|
|
android:orientation="vertical">
|
|
android:orientation="vertical">
|
|
<ImageView
|
|
<ImageView
|
|
android:id="@+id/img_code_btn"
|
|
android:id="@+id/img_code_btn"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="820dp"
|
|
|
|
|
|
+ android:layout_height="420dp"
|
|
android:scaleType="fitXY"
|
|
android:scaleType="fitXY"
|
|
android:src="@mipmap/idcard_demonstrate" />
|
|
android:src="@mipmap/idcard_demonstrate" />
|
|
<!-- <ImageView-->
|
|
<!-- <ImageView-->
|