|
|
@@ -19,12 +19,10 @@ |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:orientation="horizontal"> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="match_parent" |
|
|
@@ -32,6 +30,7 @@ |
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
android:visibility="invisible" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="0dp" |
|
|
|
android:layout_weight="1"> |
|
|
@@ -68,37 +67,51 @@ |
|
|
|
android:src="@mipmap/device2" /> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_alignParentRight="true" |
|
|
|
android:layout_alignParentBottom="true" |
|
|
|
android:layout_marginRight="40dp" |
|
|
|
android:layout_marginBottom="45dp" |
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
android:layout_width="100dp" |
|
|
|
android:layout_height="80dp" |
|
|
|
android:background="@mipmap/silos_bottom" |
|
|
|
/> |
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
android:layout_width="100dp" |
|
|
|
android:layout_height="80dp" |
|
|
|
android:background="@mipmap/silos1" |
|
|
|
/> |
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent"> |
|
|
|
<RelativeLayout |
|
|
|
android:layout_width="100dp" |
|
|
|
android:layout_height="80dp" |
|
|
|
android:background="@mipmap/silos2" |
|
|
|
/> |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_weight="1"> |
|
|
|
|
|
|
|
</RelativeLayout> |
|
|
|
<RelativeLayout |
|
|
|
android:layout_width="100dp" |
|
|
|
android:layout_height="80dp" |
|
|
|
android:background="@mipmap/silos3" |
|
|
|
/> |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_weight="1"> |
|
|
|
<LinearLayout |
|
|
|
android:layout_centerHorizontal="true" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_alignParentBottom="true" |
|
|
|
android:layout_marginBottom="45dp" |
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
android:layout_width="100dp" |
|
|
|
android:layout_height="80dp" |
|
|
|
android:background="@mipmap/silos_bottom" |
|
|
|
/> |
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
android:layout_width="100dp" |
|
|
|
android:layout_height="80dp" |
|
|
|
android:background="@mipmap/silos1" |
|
|
|
/> |
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
android:layout_width="100dp" |
|
|
|
android:layout_height="80dp" |
|
|
|
android:background="@mipmap/silos2" |
|
|
|
/> |
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
android:layout_width="100dp" |
|
|
|
android:layout_height="80dp" |
|
|
|
android:background="@mipmap/silos3" |
|
|
|
/> |
|
|
|
</LinearLayout> |
|
|
|
</RelativeLayout> |
|
|
|
</LinearLayout> |
|
|
|
</RelativeLayout> |
|
|
|
</LinearLayout> |
|
|
@@ -142,9 +155,56 @@ |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:orientation="vertical"> |
|
|
|
<LinearLayout |
|
|
|
android:layout_marginTop="20dp" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="0dp" |
|
|
|
android:layout_weight="1" |
|
|
|
android:orientation="vertical"> |
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="操作说明" |
|
|
|
android:fontFamily="@font/fz2" |
|
|
|
android:textSize="25dp" |
|
|
|
android:textColor="@color/deep_orange_primary"/> |
|
|
|
<TextView |
|
|
|
android:layout_marginTop="2dp" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:textSize="18dp" |
|
|
|
android:fontFamily="@font/fz2" |
|
|
|
android:text="1、物料设置:点击“设置”-“物料选择”,更换料仓物料。" |
|
|
|
android:textColor="#567722"/> |
|
|
|
<TextView |
|
|
|
android:layout_marginTop="2dp" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:textSize="18dp" |
|
|
|
android:fontFamily="@font/fz2" |
|
|
|
android:text="2、容量设置:点击“设置”-“容量设置”,填写(总、告警)容量。" |
|
|
|
android:textColor="#567722"/> |
|
|
|
<TextView |
|
|
|
android:layout_marginTop="2dp" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:textSize="18dp" |
|
|
|
android:fontFamily="@font/fz2" |
|
|
|
android:text="3、物料校准:点击“设置”-“调料校准”,记录出料克重写入标定处,保存生效。(注意:此操作需要先排空管道)" |
|
|
|
android:textColor="#567722"/> |
|
|
|
</LinearLayout> |
|
|
|
<RelativeLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="0dp" |
|
|
|
android:layout_weight="3"/> |
|
|
|
</LinearLayout> |
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
<!-- 查看料仓设置弹窗 --> |
|
|
|
<RelativeLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent"> |
|
|
|