|
@@ -24,103 +24,17 @@
|
|
|
android:orientation="vertical"
|
|
|
app:layout_constraintGuide_percent="0.46" />
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/ll_userbottom"
|
|
|
- android:layout_width="match_parent"
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginBottom="250dp"
|
|
|
- android:layout_alignParentBottom="true"
|
|
|
+ android:layout_marginTop="15dp"
|
|
|
android:background="@drawable/userbottom_bg"
|
|
|
- android:gravity="center"
|
|
|
- android:orientation="horizontal"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintEnd_toStartOf="@+id/home_guideline"
|
|
|
- app:layout_constraintStart_toStartOf="@+id/home_guideline">
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:visibility="gone"
|
|
|
- android:layout_height="wrap_content">
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/iv_wendu"
|
|
|
- android:layout_width="80dp"
|
|
|
- android:layout_height="80dp"
|
|
|
- android:src="@drawable/icon_qxwendu_new" />
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/ll_wendu"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_toRightOf="@id/iv_wendu">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_wendu"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="40°C"
|
|
|
- android:textColor="#d4237a"
|
|
|
- android:textSize="32sp" />
|
|
|
-
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_wendu_content"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_below="@id/ll_wendu"
|
|
|
- android:layout_toRightOf="@id/iv_wendu"
|
|
|
- android:lines="2"
|
|
|
- android:text="柜外温度"
|
|
|
- android:textColor="#d4237a"
|
|
|
- android:textSize="22sp" />
|
|
|
-
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:visibility="gone"
|
|
|
- android:layout_height="wrap_content">
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/iv_shidu"
|
|
|
- android:layout_width="80dp"
|
|
|
- android:layout_height="80dp"
|
|
|
- android:src="@drawable/icon_qxshidu_new" />
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/ll_shidu"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_toRightOf="@id/iv_shidu">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_shidu"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="40°C"
|
|
|
- android:textColor="#d4237a"
|
|
|
- android:textSize="32sp" />
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_shidu_content"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_below="@id/ll_shidu"
|
|
|
- android:layout_toRightOf="@id/iv_shidu"
|
|
|
- android:lines="2"
|
|
|
- android:text="柜外湿度"
|
|
|
- android:textColor="#d4237a"
|
|
|
- android:textSize="22sp" />
|
|
|
-
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ android:layout_marginBottom="360dp">
|
|
|
<RelativeLayout
|
|
|
- android:layout_marginTop="15dp"
|
|
|
- android:layout_marginBottom="15dp"
|
|
|
+ android:layout_centerHorizontal="true"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
@@ -129,11 +43,12 @@
|
|
|
android:layout_width="120dp"
|
|
|
android:layout_height="120dp"
|
|
|
android:src="@drawable/icon_fashengqi" />
|
|
|
+
|
|
|
<LinearLayout
|
|
|
- android:gravity="center"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_toRightOf="@id/iv_lutou"
|
|
|
+ android:gravity="center"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
<TextView
|
|
@@ -141,6 +56,7 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="40°C"
|
|
|
+ android:textStyle="bold"
|
|
|
android:textColor="#966035"
|
|
|
android:textSize="40sp" />
|
|
|
|
|
@@ -149,46 +65,166 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="@string/heartbeat_temp"
|
|
|
+ android:textStyle="bold"
|
|
|
android:textColor="#966035"
|
|
|
android:textSize="40sp" />
|
|
|
</LinearLayout>
|
|
|
</RelativeLayout>
|
|
|
|
|
|
- <RelativeLayout
|
|
|
- android:visibility="gone"
|
|
|
- android:id="@+id/rl_fashengqi"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content">
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/iv_fashengqi"
|
|
|
- android:layout_width="80dp"
|
|
|
- android:layout_height="80dp"
|
|
|
- android:src="@drawable/icon_fsq_new" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_fashengqi"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_toRightOf="@id/iv_fashengqi"
|
|
|
- android:text="40°C"
|
|
|
- android:textColor="#d4237a"
|
|
|
- android:textSize="32sp" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_fashengqi_content"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_below="@id/tv_fashengqi"
|
|
|
- android:layout_toRightOf="@id/iv_fashengqi"
|
|
|
- android:lines="2"
|
|
|
- android:text="蒸汽温度"
|
|
|
- android:textColor="#d4237a"
|
|
|
- android:textSize="22sp" />
|
|
|
-
|
|
|
- </RelativeLayout>
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+
|
|
|
+<!-- <RelativeLayout-->
|
|
|
+<!-- android:layout_width="wrap_content"-->
|
|
|
+<!-- android:visibility="gone"-->
|
|
|
+<!-- android:layout_height="wrap_content">-->
|
|
|
+
|
|
|
+<!-- <ImageView-->
|
|
|
+<!-- android:id="@+id/iv_wendu"-->
|
|
|
+<!-- android:layout_width="80dp"-->
|
|
|
+<!-- android:layout_height="80dp"-->
|
|
|
+<!-- android:src="@drawable/icon_qxwendu_new" />-->
|
|
|
+
|
|
|
+<!-- <LinearLayout-->
|
|
|
+<!-- android:id="@+id/ll_wendu"-->
|
|
|
+<!-- android:layout_width="wrap_content"-->
|
|
|
+<!-- android:layout_height="wrap_content"-->
|
|
|
+<!-- android:layout_toRightOf="@id/iv_wendu">-->
|
|
|
+
|
|
|
+<!-- <TextView-->
|
|
|
+<!-- android:id="@+id/tv_wendu"-->
|
|
|
+<!-- android:layout_width="wrap_content"-->
|
|
|
+<!-- android:layout_height="wrap_content"-->
|
|
|
+<!-- android:text="40°C"-->
|
|
|
+<!-- android:textColor="#d4237a"-->
|
|
|
+<!-- android:textSize="32sp" />-->
|
|
|
+
|
|
|
+
|
|
|
+<!-- </LinearLayout>-->
|
|
|
+
|
|
|
+<!-- <TextView-->
|
|
|
+<!-- android:id="@+id/tv_wendu_content"-->
|
|
|
+<!-- android:layout_width="wrap_content"-->
|
|
|
+<!-- android:layout_height="wrap_content"-->
|
|
|
+<!-- android:layout_below="@id/ll_wendu"-->
|
|
|
+<!-- android:layout_toRightOf="@id/iv_wendu"-->
|
|
|
+<!-- android:lines="2"-->
|
|
|
+<!-- android:text="柜外温度"-->
|
|
|
+<!-- android:textColor="#d4237a"-->
|
|
|
+<!-- android:textSize="22sp" />-->
|
|
|
+
|
|
|
+<!-- </RelativeLayout>-->
|
|
|
+
|
|
|
+<!-- <RelativeLayout-->
|
|
|
+<!-- android:layout_width="wrap_content"-->
|
|
|
+<!-- android:visibility="gone"-->
|
|
|
+<!-- android:layout_height="wrap_content">-->
|
|
|
+
|
|
|
+<!-- <ImageView-->
|
|
|
+<!-- android:id="@+id/iv_shidu"-->
|
|
|
+<!-- android:layout_width="80dp"-->
|
|
|
+<!-- android:layout_height="80dp"-->
|
|
|
+<!-- android:src="@drawable/icon_qxshidu_new" />-->
|
|
|
+
|
|
|
+<!-- <LinearLayout-->
|
|
|
+<!-- android:id="@+id/ll_shidu"-->
|
|
|
+<!-- android:layout_width="wrap_content"-->
|
|
|
+<!-- android:layout_height="wrap_content"-->
|
|
|
+<!-- android:layout_toRightOf="@id/iv_shidu">-->
|
|
|
+
|
|
|
+<!-- <TextView-->
|
|
|
+<!-- android:id="@+id/tv_shidu"-->
|
|
|
+<!-- android:layout_width="wrap_content"-->
|
|
|
+<!-- android:layout_height="wrap_content"-->
|
|
|
+<!-- android:text="40°C"-->
|
|
|
+<!-- android:textColor="#d4237a"-->
|
|
|
+<!-- android:textSize="32sp" />-->
|
|
|
+
|
|
|
+<!-- </LinearLayout>-->
|
|
|
+
|
|
|
+<!-- <TextView-->
|
|
|
+<!-- android:id="@+id/tv_shidu_content"-->
|
|
|
+<!-- android:layout_width="wrap_content"-->
|
|
|
+<!-- android:layout_height="wrap_content"-->
|
|
|
+<!-- android:layout_below="@id/ll_shidu"-->
|
|
|
+<!-- android:layout_toRightOf="@id/iv_shidu"-->
|
|
|
+<!-- android:lines="2"-->
|
|
|
+<!-- android:text="柜外湿度"-->
|
|
|
+<!-- android:textColor="#d4237a"-->
|
|
|
+<!-- android:textSize="22sp" />-->
|
|
|
+
|
|
|
+<!-- </RelativeLayout>-->
|
|
|
+
|
|
|
+<!-- <RelativeLayout-->
|
|
|
+<!-- android:layout_marginTop="15dp"-->
|
|
|
+<!-- android:layout_marginBottom="15dp"-->
|
|
|
+<!-- android:layout_width="wrap_content"-->
|
|
|
+<!-- android:layout_height="wrap_content">-->
|
|
|
+
|
|
|
+<!-- <ImageView-->
|
|
|
+<!-- android:id="@+id/iv_lutou"-->
|
|
|
+<!-- android:layout_width="120dp"-->
|
|
|
+<!-- android:layout_height="120dp"-->
|
|
|
+<!-- android:src="@drawable/icon_fashengqi" />-->
|
|
|
+<!-- <LinearLayout-->
|
|
|
+<!-- android:gravity="center"-->
|
|
|
+<!-- android:layout_width="wrap_content"-->
|
|
|
+<!-- android:layout_height="wrap_content"-->
|
|
|
+<!-- android:layout_toRightOf="@id/iv_lutou"-->
|
|
|
+<!-- android:orientation="vertical">-->
|
|
|
+
|
|
|
+<!-- <TextView-->
|
|
|
+<!-- android:id="@+id/tv_lutou"-->
|
|
|
+<!-- android:layout_width="wrap_content"-->
|
|
|
+<!-- android:layout_height="wrap_content"-->
|
|
|
+<!-- android:text="40°C"-->
|
|
|
+<!-- android:textColor="#966035"-->
|
|
|
+<!-- android:textSize="40sp" />-->
|
|
|
+
|
|
|
+<!-- <TextView-->
|
|
|
+<!-- android:id="@+id/tv_lutou_content"-->
|
|
|
+<!-- android:layout_width="wrap_content"-->
|
|
|
+<!-- android:layout_height="wrap_content"-->
|
|
|
+<!-- android:text="@string/heartbeat_temp"-->
|
|
|
+<!-- android:textColor="#966035"-->
|
|
|
+<!-- android:textSize="40sp" />-->
|
|
|
+<!-- </LinearLayout>-->
|
|
|
+<!-- </RelativeLayout>-->
|
|
|
+
|
|
|
+<!-- <RelativeLayout-->
|
|
|
+<!-- android:visibility="gone"-->
|
|
|
+<!-- android:id="@+id/rl_fashengqi"-->
|
|
|
+<!-- android:layout_width="wrap_content"-->
|
|
|
+<!-- android:layout_height="wrap_content">-->
|
|
|
+
|
|
|
+<!-- <ImageView-->
|
|
|
+<!-- android:id="@+id/iv_fashengqi"-->
|
|
|
+<!-- android:layout_width="80dp"-->
|
|
|
+<!-- android:layout_height="80dp"-->
|
|
|
+<!-- android:src="@drawable/icon_fsq_new" />-->
|
|
|
+
|
|
|
+<!-- <TextView-->
|
|
|
+<!-- android:id="@+id/tv_fashengqi"-->
|
|
|
+<!-- android:layout_width="wrap_content"-->
|
|
|
+<!-- android:layout_height="wrap_content"-->
|
|
|
+<!-- android:layout_toRightOf="@id/iv_fashengqi"-->
|
|
|
+<!-- android:text="40°C"-->
|
|
|
+<!-- android:textColor="#d4237a"-->
|
|
|
+<!-- android:textSize="32sp" />-->
|
|
|
+
|
|
|
+<!-- <TextView-->
|
|
|
+<!-- android:id="@+id/tv_fashengqi_content"-->
|
|
|
+<!-- android:layout_width="wrap_content"-->
|
|
|
+<!-- android:layout_height="wrap_content"-->
|
|
|
+<!-- android:layout_below="@id/tv_fashengqi"-->
|
|
|
+<!-- android:layout_toRightOf="@id/iv_fashengqi"-->
|
|
|
+<!-- android:lines="2"-->
|
|
|
+<!-- android:text="蒸汽温度"-->
|
|
|
+<!-- android:textColor="#d4237a"-->
|
|
|
+<!-- android:textSize="22sp" />-->
|
|
|
+
|
|
|
+<!-- </RelativeLayout>-->
|
|
|
|
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|