From c238bf89a89eec5030539c12d9902dbbd8ce3851 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期五, 15 三月 2024 08:54:19 +0800 Subject: [PATCH] 序列号显示10进制的 --- app/src/main/res/layout/activity_parameter.xml | 30 +++++++++++++++++++++--------- 1 files changed, 21 insertions(+), 9 deletions(-) diff --git a/app/src/main/res/layout/activity_parameter.xml b/app/src/main/res/layout/activity_parameter.xml index 98f4d71..f59a95d 100644 --- a/app/src/main/res/layout/activity_parameter.xml +++ b/app/src/main/res/layout/activity_parameter.xml @@ -17,20 +17,22 @@ android:id="@+id/parameter_domain" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginLeft="20dp" - android:layout_marginTop="20dp" + 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:layout_marginLeft="20dp" + android:layout_marginTop="20dp" android:padding="5dp" android:text="姘存车鍔熺巼鍗¤缃�" + android:textColor="@color/text_selecter" android:textSize="@dimen/text_size" /> @@ -38,12 +40,22 @@ android:id="@+id/parameter_electricPrice" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginLeft="20dp" - android:layout_marginTop="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