完善485除湿机

This commit is contained in:
BBIT-Kai
2026-07-03 09:05:50 +08:00
parent 9c49540fe0
commit d5656b028e
16 changed files with 431 additions and 127 deletions
+9 -3
View File
@@ -149,7 +149,9 @@
android:id="@+id/tv_send"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="4" />
android:layout_weight="4"
android:ellipsize="end"
android:singleLine="true" />
</LinearLayout>
@@ -175,7 +177,9 @@
android:id="@+id/tv_receive"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="4" />
android:layout_weight="4"
android:ellipsize="end"
android:singleLine="true" />
</LinearLayout>
@@ -201,7 +205,9 @@
android:id="@+id/tv_parse"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="4" />
android:layout_weight="4"
android:ellipsize="end"
android:singleLine="true" />
</LinearLayout>