调整了餐盘柜3种情况处理

This commit is contained in:
zxj
2025-07-25 13:35:17 +08:00
parent c89efd2d6f
commit c2bae2f3e8
14 changed files with 109 additions and 36 deletions

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

@@ -28,11 +28,13 @@
android:orientation="vertical">
<ImageView
android:id="@+id/iv_type"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/ic_plate_open" />
android:src="@drawable/ic_tip_success" />
<TextView
android:id="@+id/tv_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="30dp"
@@ -41,10 +43,14 @@
android:textSize="36sp" />
<TextView
android:id="@+id/tv_sub_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="23dp"
android:text="餐盘取出后请关闭柜门"
android:layout_marginHorizontal="20dp"
android:maxLines="1"
android:ellipsize="end"
android:textColor="#ff887872"
android:textSize="24sp" />
+3
View File
@@ -12,4 +12,7 @@
<color name="unbind_32283C">#32283C</color>
<color name="divColor">#4c91ceff</color>
<color name="tip_title_success">#ff02f1be</color>
<color name="tip_title_fail">#FF9933</color>
<color name="tip_sub_title">#887872</color>
</resources>