From 7cab8df10ba2161abed4fa8c0df0668bda4166ed Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期二, 26 三月 2024 17:00:34 +0800
Subject: [PATCH] 设置中安身份证识别的参数
---
app/src/main/res/layout/activity_parameter.xml | 48 ++++++++++++++++++++++++++++++++++++++++--------
1 files changed, 40 insertions(+), 8 deletions(-)
diff --git a/app/src/main/res/layout/activity_parameter.xml b/app/src/main/res/layout/activity_parameter.xml
index c87c0f6..c13d8d5 100644
--- a/app/src/main/res/layout/activity_parameter.xml
+++ b/app/src/main/res/layout/activity_parameter.xml
@@ -14,25 +14,57 @@
app:leftImage="@mipmap/icon_back" />
<TextView
- android:id="@+id/parameter_waterMeter"
+ android:id="@+id/sys_ip"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_margin="20dp"
- android:padding="5dp"
- android:text="鍩熷悕鍗¤缃�"
+ android:layout_marginTop="15dp"
+ android:text="IP璁剧疆"
+ android:textColor="@color/text_selecter"
android:textSize="@dimen/text_size" />
+ <TextView
+ android:id="@+id/parameter_domain"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginLeft="20dp"
+ android:layout_marginTop="20dp"
+ android:padding="5dp"
+ android:text="鍩熷悕鍗¤缃�"
+ android:textColor="@color/text_selecter"
+ 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:textColor="@color/text_selecter"
+ 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"
- android:visibility="gone" />
+ android:text="鐢甸噺鍗曚环璁剧疆"
+ android:textColor="@color/text_selecter"
+ android:textSize="@dimen/text_size" />
+ <TextView
+ android:id="@+id/parameter_cardIdentifying"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginLeft="20dp"
+ android:layout_marginTop="20dp"
+ android:padding="5dp"
+ android:text="鍗℃爣璇嗙爜璁剧疆"
+ android:textColor="@color/text_selecter"
+ android:textSize="@dimen/text_size" />
</LinearLayout>
\ No newline at end of file
--
Gitblit v1.8.0