|
|
@@ -91,7 +91,8 @@ |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_alignParentBottom="true" |
|
|
|
android:layout_marginLeft="140dp" |
|
|
|
android:layout_marginRight="200dp" |
|
|
|
android:layout_alignParentRight="true" |
|
|
|
android:layout_marginBottom="100dp" |
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
@@ -102,13 +103,15 @@ |
|
|
|
<RelativeLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="20dp"> |
|
|
|
android:layout_marginTop="20dp" |
|
|
|
> |
|
|
|
|
|
|
|
<com.bonait.bnframework.modules.home.fragment.mode.imagebuttom3 |
|
|
|
android:id="@+id/chuchan" |
|
|
|
android:layout_width="160dp" |
|
|
|
android:layout_height="120dp" |
|
|
|
android:layout_centerHorizontal="true" |
|
|
|
android:layout_marginRight="30dp" |
|
|
|
android:layout_alignParentRight="true" |
|
|
|
android:contentDescription="true" |
|
|
|
android:tag="出餐-按钮" |
|
|
|
app:imagesrc_ks="@mipmap/sb1" |
|
|
@@ -369,6 +372,8 @@ |
|
|
|
app:imagesrc_qt="@mipmap/sb2" |
|
|
|
app:imagesrc_tz="@mipmap/sb3" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:id="@+id/fanchaoshudu_1" |
|
|
|
android:layout_width="wrap_content" |
|
|
@@ -416,5 +421,15 @@ |
|
|
|
app:imagesrc_tz="@mipmap/sb3" /> |
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<!-- plc状态 --> |
|
|
|
<ImageView |
|
|
|
android:id="@+id/plcstatus1" |
|
|
|
android:layout_marginRight="0dp" |
|
|
|
android:layout_marginTop="15dp" |
|
|
|
android:layout_alignParentRight="true" |
|
|
|
android:layout_width="130dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:src="@mipmap/plc2"/> |
|
|
|
</RelativeLayout> |
|
|
|
</com.qmuiteam.qmui.widget.QMUIWindowInsetLayout> |