Browse Source

1111

tags/old_version_1
fyf 1 year ago
parent
commit
38bc6569ec
2 changed files with 146 additions and 70 deletions
  1. +91
    -31
      app/src/main/res/layout/activity_bunkersetup.xml
  2. +55
    -39
      app/src/main/res/layout/item/layout/bottom_navigation.xml

+ 91
- 31
app/src/main/res/layout/activity_bunkersetup.xml View File

@@ -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">


+ 55
- 39
app/src/main/res/layout/item/layout/bottom_navigation.xml View File

@@ -14,47 +14,63 @@
android:scaleType="centerCrop"
android:background="@mipmap/home_bottom" />

<ImageView
android:id="@+id/z_bj"
android:layout_width="240dp"
android:layout_height="85dp"
android:scaleType="centerCrop"
android:background="@mipmap/home_left"
android:layout_alignParentLeft="true"/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="85dp">
<RelativeLayout
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1">
<ImageView
android:id="@+id/z_bj"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="centerCrop"
android:background="@mipmap/home_left"
android:layout_alignParentLeft="true"/>
<TextView
android:id="@+id/z_wz"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="30dp"
android:layout_centerHorizontal="true"
android:text="菜谱"
android:textAlignment="center"
android:textColor="@color/black"
android:textSize="25dp"
android:textStyle="bold"/>
</RelativeLayout>
<RelativeLayout
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="0.2">

<ImageView
android:id="@+id/y_bj"
android:layout_width="240dp"
android:layout_height="85dp"
android:scaleType="centerCrop"
android:background="@mipmap/home_you"
android:layout_alignParentRight="true"
android:visibility="gone"/>
</RelativeLayout>
<RelativeLayout
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1">
<ImageView
android:id="@+id/y_bj"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="centerCrop"
android:background="@mipmap/home_you"
android:layout_alignParentRight="true"/>

<TextView
android:id="@+id/z_wz"
android:layout_width="200dp"
android:layout_height="wrap_content"
android:layout_marginTop="30dp"
android:layout_marginRight="10dp"
android:layout_alignParentLeft="true"
android:text="菜谱"
android:textAlignment="center"
android:textColor="@color/black"
android:textSize="25dp"
android:textStyle="bold"/>
<TextView
android:id="@+id/y_wz"
android:layout_width="200dp"
android:layout_height="wrap_content"
android:layout_marginTop="30dp"
android:layout_marginRight="10dp"
android:layout_alignParentRight="true"
android:text="设备"
android:textAlignment="center"
android:textColor="@color/black"
android:textSize="25dp"
android:textStyle="bold"/>
<TextView
android:id="@+id/y_wz"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="30dp"
android:layout_centerHorizontal="true"
android:text="设备"
android:textAlignment="center"
android:textColor="@color/black"
android:textSize="25dp"
android:textStyle="bold"/>
</RelativeLayout>
</LinearLayout>
</RelativeLayout>

<ImageView


Loading…
Cancel
Save