|
@@ -5,40 +5,70 @@
|
|
|
android:focusable="true"
|
|
|
android:focusableInTouchMode="true">
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/take_text_title"
|
|
|
+ android:layout_width="120dp"
|
|
|
+ android:layout_height="40dp"
|
|
|
+ android:layout_x="122dp"
|
|
|
+ android:layout_y="40dp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="@string/android_take"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="16dp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/main_btn"
|
|
|
+ android:layout_width="80dp"
|
|
|
+ android:layout_height="30dp"
|
|
|
+ android:layout_x="10dp"
|
|
|
+ android:layout_y="44dp"
|
|
|
+ android:background="@drawable/main_btn" />
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/timeout"
|
|
|
android:layout_width="50dp"
|
|
|
android:layout_height="50dp"
|
|
|
- android:layout_x="285dp"
|
|
|
- android:layout_y="545dp"
|
|
|
+ android:layout_x="340dp"
|
|
|
+ android:layout_y="296dp"
|
|
|
android:gravity="center"
|
|
|
android:textSize="22dp"
|
|
|
- android:textStyle="bold"/>
|
|
|
+ android:textStyle="bold" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/open_cabinet_hint3"
|
|
|
- android:layout_width="200dp"
|
|
|
- android:layout_height="50dp"
|
|
|
- android:layout_x="88dp"
|
|
|
- android:layout_y="332dp"
|
|
|
+ android:layout_width="184dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_x="100dp"
|
|
|
+ android:layout_y="349dp"
|
|
|
android:gravity="center_horizontal"
|
|
|
android:text="@string/open_cabinet_hint_ok"
|
|
|
- android:textSize="30dp" />
|
|
|
+ android:textColor="#222222"
|
|
|
+ android:textSize="15dp" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/return_main_btn"
|
|
|
- android:layout_width="90dp"
|
|
|
- android:layout_height="35dp"
|
|
|
- android:layout_x="14dp"
|
|
|
- android:layout_y="540dp"
|
|
|
- android:background="@drawable/return_main" />
|
|
|
+ android:layout_width="195dp"
|
|
|
+ android:layout_height="40dp"
|
|
|
+ android:layout_x="107dp"
|
|
|
+ android:layout_y="577dp"
|
|
|
+ android:background="@drawable/return_main1" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/openDoor"
|
|
|
+ android:layout_width="150dp"
|
|
|
+ android:layout_height="120dp"
|
|
|
+ android:layout_x="124dp"
|
|
|
+ android:layout_y="131dp"
|
|
|
+ android:background="@drawable/open_door" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/open_cabinet_count_down_hint"
|
|
|
android:layout_width="200dp"
|
|
|
android:layout_height="50dp"
|
|
|
- android:layout_x="89dp"
|
|
|
- android:layout_y="442dp"
|
|
|
+ android:layout_x="102dp"
|
|
|
+ android:layout_y="390dp"
|
|
|
android:gravity="center"
|
|
|
android:textSize="15dp" />
|
|
|
|
|
@@ -46,27 +76,37 @@
|
|
|
android:id="@+id/open_cabinet_hint_no"
|
|
|
android:layout_width="200dp"
|
|
|
android:layout_height="60dp"
|
|
|
- android:layout_x="88dp"
|
|
|
- android:layout_y="382dp"
|
|
|
+ android:layout_x="91dp"
|
|
|
+ android:layout_y="275dp"
|
|
|
android:gravity="center"
|
|
|
- android:text="006"
|
|
|
+ android:text="0 0 6"
|
|
|
+ android:textColor="#00A0D7"
|
|
|
android:textSize="50dp"
|
|
|
android:textStyle="bold" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/continue_take_btn"
|
|
|
- android:layout_width="100dp"
|
|
|
+ android:layout_width="194dp"
|
|
|
android:layout_height="40dp"
|
|
|
- android:layout_x="200dp"
|
|
|
- android:layout_y="495dp"
|
|
|
- android:background="@drawable/continue_take" />
|
|
|
+ android:layout_x="108dp"
|
|
|
+ android:layout_y="443dp"
|
|
|
+ android:background="@drawable/continue_take1" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/re_open_cabinet_btn"
|
|
|
- android:layout_width="100dp"
|
|
|
+ android:layout_width="189dp"
|
|
|
android:layout_height="40dp"
|
|
|
- android:layout_x="80dp"
|
|
|
- android:layout_y="495dp"
|
|
|
- android:background="@drawable/re_open" />
|
|
|
+ android:layout_x="110dp"
|
|
|
+ android:layout_y="500dp"
|
|
|
+ android:background="@drawable/re_open1" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/tackFlowView"
|
|
|
+ android:layout_width="366dp"
|
|
|
+ android:layout_height="78dp"
|
|
|
+ android:layout_x="18dp"
|
|
|
+ android:layout_y="649dp"
|
|
|
+ android:background="@drawable/quchuliucheng" />
|
|
|
+
|
|
|
|
|
|
</AbsoluteLayout>
|