From d1573513f0eada6a915c2163ce6c84451c8c1070 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期四, 13 六月 2024 15:06:05 +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..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