From e7a6728aea008cab5befa5980382370c32974ce5 Mon Sep 17 00:00:00 2001
From: 张钢 <floatgang@163.com>
Date: 星期三, 11 九月 2024 14:51:07 +0800
Subject: [PATCH] 修改了百年心愿模块的排版和显示不正确的问题

---
 app/src/main/res/layout/pop_operate_home_root_net.xml |   60 ++----------------------------------------------------------
 1 files changed, 2 insertions(+), 58 deletions(-)

diff --git a/app/src/main/res/layout/pop_operate_home_root_net.xml b/app/src/main/res/layout/pop_operate_home_root_net.xml
index 0d7f4f3..f757234 100644
--- a/app/src/main/res/layout/pop_operate_home_root_net.xml
+++ b/app/src/main/res/layout/pop_operate_home_root_net.xml
@@ -4,7 +4,7 @@
     android:orientation="vertical"
     android:layout_width="wrap_content"
     android:layout_height="wrap_content"
-    app:cardBackgroundColor="#FFFAD1E0"
+     app:cardBackgroundColor="?attr/popupWindowBackgroundColor"
     app:cardCornerRadius="10dp"
     app:cardElevation="0dp"
     >
@@ -15,63 +15,6 @@
         android:gravity="center_horizontal"
         >
         <TextView
-            android:id="@+id/tv_first"
-            android:layout_width="match_parent"
-            android:layout_height="32dp"
-            android:gravity="center"
-            android:text="鍙樉绀虹涓�浠�"
-            android:textColor="#FF333333"
-            android:textSize="12sp"
-            />
-        <View
-            android:layout_width="match_parent"
-            android:layout_height="0.3dp"
-            android:background="#FF939393"
-            />
-        <TextView
-            android:id="@+id/tv_second"
-            android:layout_width="match_parent"
-            android:layout_height="32dp"
-            android:text="鏄剧ず鑷崇浜屼唬"
-            android:gravity="center"
-            android:textColor="#FF333333"
-            android:textSize="12sp"
-            />
-        <View
-            android:layout_width="match_parent"
-            android:layout_height="0.3dp"
-            android:background="#FF939393"
-            />
-
-        <TextView
-            android:id="@+id/tv_third"
-            android:layout_width="match_parent"
-            android:layout_height="32dp"
-            android:text="鏄剧ず鑷崇涓変唬"
-            android:gravity="center"
-            android:textColor="#FF333333"
-            android:textSize="12sp"
-            />
-        <View
-            android:layout_width="match_parent"
-            android:layout_height="0.3dp"
-            android:background="#FF939393"
-            />
-        <TextView
-            android:id="@+id/tv_all"
-            android:layout_width="match_parent"
-            android:layout_height="32dp"
-            android:text="鏄剧ず鍏ㄩ儴"
-            android:gravity="center"
-            android:textColor="#FF333333"
-            android:textSize="12sp"
-            />
-        <View
-            android:layout_width="match_parent"
-            android:layout_height="0.3dp"
-            android:background="#FF939393"
-            />
-        <TextView
             android:id="@+id/tv_family"
             android:layout_width="match_parent"
             android:layout_height="32dp"
@@ -80,6 +23,7 @@
             android:textColor="#FF333333"
             android:textSize="12sp"
             />
+
     </LinearLayout>
 
 </androidx.cardview.widget.CardView>
\ No newline at end of file

--
Gitblit v1.9.1