From 844597b5813ff8589de503cd7d7b1bbd0586d287 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期一, 13 五月 2024 19:38:03 +0800 Subject: [PATCH] 1.添加水量单价 2.修复发现的bug --- 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..55af50c 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