From 22a6b851897ef5ef25f64b740159e7106cfd6433 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期二, 14 十一月 2023 17:21:17 +0800 Subject: [PATCH] 配置水泵功率卡 配置设备注册信息卡 测试卡 设置域名卡 删除全部用户卡 重新注册设备卡 等相关制作卡片代码 --- app/src/main/res/layout/activity_parameter.xml | 15 +++++++++++++-- 1 files changed, 13 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/activity_parameter.xml b/app/src/main/res/layout/activity_parameter.xml index 621e0f1..98f4d71 100644 --- a/app/src/main/res/layout/activity_parameter.xml +++ b/app/src/main/res/layout/activity_parameter.xml @@ -17,18 +17,29 @@ android:id="@+id/parameter_domain" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_margin="20dp" + android:layout_marginLeft="20dp" + android:layout_marginTop="20dp" android:padding="5dp" android:text="鍩熷悕鍗¤缃�" android:textSize="@dimen/text_size" /> + <TextView + android:id="@+id/parameter_power" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_marginLeft="20dp" + android:layout_marginTop="20dp" + android:padding="5dp" + android:text="姘存车鍔熺巼鍗¤缃�" + android:textSize="@dimen/text_size" /> <TextView android:id="@+id/parameter_electricPrice" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_margin="20dp" + android:layout_marginLeft="20dp" + android:layout_marginTop="20dp" android:padding="5dp" android:text="鐢甸噺鍗曚环" android:textSize="@dimen/text_size" -- Gitblit v1.8.0