|
@@ -23,31 +23,31 @@
|
|
|
android:gravity="center"
|
|
|
android:text="@string/select_cabinet"
|
|
|
android:textColor="@color/black"
|
|
|
- android:textSize="16dp" />
|
|
|
+ android:textSize="14dp" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/return_btn"
|
|
|
- android:layout_width="80dp"
|
|
|
- android:layout_height="30dp"
|
|
|
+ android:layout_width="52.16dp"
|
|
|
+ android:layout_height="19.2dp"
|
|
|
android:layout_x="10dp"
|
|
|
- android:layout_y="44dp"
|
|
|
+ android:layout_y="50dp"
|
|
|
android:background="@drawable/back_btn" />
|
|
|
<!--微小柜-->
|
|
|
<!-- 微小柜 - 图片 -->
|
|
|
<TextView
|
|
|
android:id="@+id/tiny_cabinet_bg"
|
|
|
- android:layout_width="97dp"
|
|
|
- android:layout_height="160dp"
|
|
|
- android:layout_x="30dp"
|
|
|
- android:layout_y="90dp"
|
|
|
+ android:layout_width="62.08dp"
|
|
|
+ android:layout_height="108.48dp"
|
|
|
+ android:layout_x="60.48dp"
|
|
|
+ android:layout_y="108.48dp"
|
|
|
android:background="@drawable/cabinet_mini" />
|
|
|
<!-- 微小柜 - 剩余数 -->
|
|
|
<TextView
|
|
|
android:id="@+id/tiny_cabinet"
|
|
|
- android:layout_width="60dp"
|
|
|
- android:layout_height="20dp"
|
|
|
- android:layout_x="46dp"
|
|
|
- android:layout_y="227dp"
|
|
|
+ android:layout_width="40dp"
|
|
|
+ android:layout_height="10.56dp"
|
|
|
+ android:layout_x="71.36dp"
|
|
|
+ android:layout_y="275.2dp"
|
|
|
android:gravity="center"
|
|
|
android:textColor="@color/black"
|
|
|
android:textSize="8dp" />
|
|
@@ -55,10 +55,10 @@
|
|
|
<!-- 微小柜 - 文案 -->
|
|
|
<TextView
|
|
|
android:id="@+id/tiny_cabinet_text"
|
|
|
- android:layout_width="97dp"
|
|
|
- android:layout_height="20dp"
|
|
|
- android:layout_x="30dp"
|
|
|
- android:layout_y="250dp"
|
|
|
+ android:layout_width="34.24dp"
|
|
|
+ android:layout_height="10.88dp"
|
|
|
+ android:layout_x="73.92dp"
|
|
|
+ android:layout_y="219.84dp"
|
|
|
android:gravity="center"
|
|
|
android:text="@string/tiny_cabinet"
|
|
|
android:textSize="10dp"
|
|
@@ -67,10 +67,10 @@
|
|
|
<!-- 微小柜 - 选择按钮 -->
|
|
|
<Button
|
|
|
android:id="@+id/tiny_cabinet_btn"
|
|
|
- android:layout_width="97dp"
|
|
|
+ android:layout_width="88.64dp"
|
|
|
android:layout_height="30dp"
|
|
|
- android:layout_x="30dp"
|
|
|
- android:layout_y="270dp"
|
|
|
+ android:layout_x="46.4dp"
|
|
|
+ android:layout_y="242.24dp"
|
|
|
android:background="@drawable/cabinet_select"
|
|
|
android:enabled="false"
|
|
|
android:text="@string/choose_btn"
|
|
@@ -80,29 +80,29 @@
|
|
|
<!--小柜 - 图片-->
|
|
|
<TextView
|
|
|
android:id="@+id/small_cabinet_bg"
|
|
|
- android:layout_width="97dp"
|
|
|
- android:layout_height="160dp"
|
|
|
- android:layout_x="205dp"
|
|
|
- android:layout_y="90dp"
|
|
|
+ android:layout_width="62.08dp"
|
|
|
+ android:layout_height="108.48dp"
|
|
|
+ android:layout_x="222.72dp"
|
|
|
+ android:layout_y="108.48dp"
|
|
|
android:background="@drawable/cabinet_middle" />
|
|
|
|
|
|
<!--小柜 - 剩余数-->
|
|
|
<TextView
|
|
|
android:id="@+id/small_cabinet"
|
|
|
- android:layout_width="60dp"
|
|
|
- android:layout_height="20dp"
|
|
|
- android:layout_x="224dp"
|
|
|
- android:layout_y="227dp"
|
|
|
+ android:layout_width="40dp"
|
|
|
+ android:layout_height="10.56dp"
|
|
|
+ android:layout_x="235.2dp"
|
|
|
+ android:layout_y="275.2dp"
|
|
|
android:gravity="center"
|
|
|
android:textColor="@color/black"
|
|
|
android:textSize="8dp" />
|
|
|
<!-- 小柜 - 文案 -->
|
|
|
<TextView
|
|
|
android:id="@+id/small_cabinet_text"
|
|
|
- android:layout_width="97dp"
|
|
|
- android:layout_height="20dp"
|
|
|
- android:layout_x="205dp"
|
|
|
- android:layout_y="250dp"
|
|
|
+ android:layout_width="34.24dp"
|
|
|
+ android:layout_height="10.88dp"
|
|
|
+ android:layout_x="237dp"
|
|
|
+ android:layout_y="219.84dp"
|
|
|
android:gravity="center"
|
|
|
android:text="@string/small_cabinet"
|
|
|
android:textSize="10dp"
|
|
@@ -110,10 +110,10 @@
|
|
|
<!--小柜 - 选择按钮-->
|
|
|
<Button
|
|
|
android:id="@+id/small_cabinet_btn"
|
|
|
- android:layout_width="97dp"
|
|
|
+ android:layout_width="88.64dp"
|
|
|
android:layout_height="30dp"
|
|
|
- android:layout_x="205dp"
|
|
|
- android:layout_y="270dp"
|
|
|
+ android:layout_x="208.32dp"
|
|
|
+ android:layout_y="242.24dp"
|
|
|
android:background="@drawable/cabinet_select"
|
|
|
android:enabled="false"
|
|
|
android:text="@string/choose_btn"
|
|
@@ -124,28 +124,28 @@
|
|
|
<!-- 中柜 - 图片 -->
|
|
|
<TextView
|
|
|
android:id="@+id/medium_cabinet_bg"
|
|
|
- android:layout_width="97dp"
|
|
|
- android:layout_height="160dp"
|
|
|
- android:layout_x="30dp"
|
|
|
- android:layout_y="306dp"
|
|
|
+ android:layout_width="62.08dp"
|
|
|
+ android:layout_height="108.48dp"
|
|
|
+ android:layout_x="60.48dp"
|
|
|
+ android:layout_y="329.92dp"
|
|
|
android:background="@drawable/cabinet_small" />
|
|
|
<!-- 中柜 - 剩余数 -->
|
|
|
<TextView
|
|
|
android:id="@+id/medium_cabinet"
|
|
|
- android:layout_width="60dp"
|
|
|
- android:layout_height="20dp"
|
|
|
- android:layout_x="46dp"
|
|
|
- android:layout_y="446dp"
|
|
|
+ android:layout_width="40dp"
|
|
|
+ android:layout_height="10.56dp"
|
|
|
+ android:layout_x="71.36dp"
|
|
|
+ android:layout_y="493.76dp"
|
|
|
android:gravity="center"
|
|
|
android:textColor="@color/black"
|
|
|
android:textSize="8dp" />
|
|
|
<!-- 中柜 - 文案 -->
|
|
|
<TextView
|
|
|
android:id="@+id/medium_cabinet_text"
|
|
|
- android:layout_width="97dp"
|
|
|
- android:layout_height="20dp"
|
|
|
- android:layout_x="30dp"
|
|
|
- android:layout_y="465dp"
|
|
|
+ android:layout_width="34.24dp"
|
|
|
+ android:layout_height="10.88dp"
|
|
|
+ android:layout_x="75.08dp"
|
|
|
+ android:layout_y="441.28dp"
|
|
|
android:gravity="center"
|
|
|
android:text="@string/medium_cabinet"
|
|
|
android:textSize="10dp"
|
|
@@ -153,10 +153,10 @@
|
|
|
<!-- 中柜 - 选择按钮 -->
|
|
|
<Button
|
|
|
android:id="@+id/medium_cabinet_btn"
|
|
|
- android:layout_width="97dp"
|
|
|
+ android:layout_width="88.64dp"
|
|
|
android:layout_height="30dp"
|
|
|
- android:layout_x="30dp"
|
|
|
- android:layout_y="486dp"
|
|
|
+ android:layout_x="46.4dp"
|
|
|
+ android:layout_y="462.4dp"
|
|
|
android:background="@drawable/cabinet_select"
|
|
|
android:enabled="false"
|
|
|
android:text="@string/choose_btn"
|
|
@@ -166,26 +166,26 @@
|
|
|
android:id="@+id/how_to_send"
|
|
|
android:layout_width="315dp"
|
|
|
android:layout_height="65dp"
|
|
|
- android:layout_x="14dp"
|
|
|
- android:layout_y="520dp"
|
|
|
+ android:layout_x="9.92dp"
|
|
|
+ android:layout_y="525.44dp"
|
|
|
android:background="@drawable/how_to_send" />
|
|
|
<!-- 大柜 -->
|
|
|
<!-- 大柜 - 图片 -->
|
|
|
<TextView
|
|
|
android:id="@+id/big_cabinet_bg"
|
|
|
- android:layout_width="97dp"
|
|
|
- android:layout_height="160dp"
|
|
|
- android:layout_x="205dp"
|
|
|
- android:layout_y="306dp"
|
|
|
+ android:layout_width="62.08dp"
|
|
|
+ android:layout_height="108.48dp"
|
|
|
+ android:layout_x="222.72dp"
|
|
|
+ android:layout_y="329.92dp"
|
|
|
android:background="@drawable/cabinet_large" />
|
|
|
|
|
|
<!-- 大柜 - 剩余数 -->
|
|
|
<TextView
|
|
|
android:id="@+id/big_cabinet"
|
|
|
- android:layout_width="60dp"
|
|
|
- android:layout_height="20dp"
|
|
|
- android:layout_x="224dp"
|
|
|
- android:layout_y="446dp"
|
|
|
+ android:layout_width="40dp"
|
|
|
+ android:layout_height="10.56dp"
|
|
|
+ android:layout_x="235.2dp"
|
|
|
+ android:layout_y="493.76dp"
|
|
|
android:gravity="center"
|
|
|
android:textColor="@color/black"
|
|
|
android:textSize="8dp" />
|
|
@@ -193,10 +193,10 @@
|
|
|
<!-- 大柜 - 文案 -->
|
|
|
<TextView
|
|
|
android:id="@+id/big_cabinet_text"
|
|
|
- android:layout_width="97dp"
|
|
|
- android:layout_height="20dp"
|
|
|
- android:layout_x="205dp"
|
|
|
- android:layout_y="465dp"
|
|
|
+ android:layout_width="34.24dp"
|
|
|
+ android:layout_height="10.88dp"
|
|
|
+ android:layout_x="237dp"
|
|
|
+ android:layout_y="441.28dp"
|
|
|
android:gravity="center"
|
|
|
android:text="@string/big_cabinet"
|
|
|
android:textSize="10dp"
|
|
@@ -205,10 +205,10 @@
|
|
|
<!-- 大柜 - 选择按钮 -->
|
|
|
<Button
|
|
|
android:id="@+id/big_cabinet_btn"
|
|
|
- android:layout_width="97dp"
|
|
|
+ android:layout_width="88.64dp"
|
|
|
android:layout_height="30dp"
|
|
|
- android:layout_x="205dp"
|
|
|
- android:layout_y="486dp"
|
|
|
+ android:layout_x="208.32dp"
|
|
|
+ android:layout_y="462.4dp"
|
|
|
android:background="@drawable/cabinet_select"
|
|
|
android:enabled="false"
|
|
|
android:text="@string/choose_btn"
|