切换家庭联动

This commit is contained in:
2026-05-16 17:18:05 +08:00
parent a8f202a906
commit 4c53c43f7b
23 changed files with 515 additions and 121 deletions

View File

@@ -2,7 +2,6 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:orientation="vertical"
android:background="@drawable/bg_white"
android:layout_marginBottom="14dp"
@@ -29,22 +28,28 @@
android:src="@drawable/go_up" />
</LinearLayout>
<TextView
android:text="防雨机"
android:id="@+id/tvDeviceType"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
android:layout_marginStart="10dp"
android:textColor="@color/black"
android:textSize="12dp" />
android:textSize="14dp"
android:textStyle="bold"/>
<TextView
android:text="离线"
android:id="@+id/tvDeviceName"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:layout_marginStart="10dp"
android:textColor="@color/black"
android:textSize="12dp" />
android:textSize="12dp"
android:textStyle="bold"/>
</LinearLayout>