From 07e08bd4804b99f6ceab90fb7d65490cf04e6494 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期二, 14 五月 2024 14:33:03 +0800 Subject: [PATCH] 1.隐藏参数设置里的卡密码设置 --- qihealonelibrary/src/main/res/layout/activity_my_qha.xml | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/qihealonelibrary/src/main/res/layout/activity_my_qha.xml b/qihealonelibrary/src/main/res/layout/activity_my_qha.xml index f6baa22..2ba9c9e 100644 --- a/qihealonelibrary/src/main/res/layout/activity_my_qha.xml +++ b/qihealonelibrary/src/main/res/layout/activity_my_qha.xml @@ -70,6 +70,28 @@ </LinearLayout> + <LinearLayout + android:id="@+id/my_waterPriceLL" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_marginTop="15dp" + android:orientation="horizontal"> + + <TextView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="姘村崟浠�(鍏�/鍚�)锛�" + android:textColor="@color/text_selecter" + android:textSize="@dimen/text_size" /> + + <TextView + android:id="@+id/my_waterPrice" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:textColor="@color/text_selecter" + android:textSize="@dimen/text_size" /> + + </LinearLayout> <RelativeLayout -- Gitblit v1.8.0