From 8aa3165449dd2757e016bdc43cfd5d111cd4c7a6 Mon Sep 17 00:00:00 2001
From: 张钢 <floatgang@163.com>
Date: 星期四, 12 九月 2024 14:54:06 +0800
Subject: [PATCH] 修改了家庭资产的显示问题

---
 app/src/main/res/layout/pop_annual_health_status.xml |   20 ++++----------------
 1 files changed, 4 insertions(+), 16 deletions(-)

diff --git a/app/src/main/res/layout/pop_annual_health_status.xml b/app/src/main/res/layout/pop_annual_health_status.xml
index ffffc8d..8da2c30 100644
--- a/app/src/main/res/layout/pop_annual_health_status.xml
+++ b/app/src/main/res/layout/pop_annual_health_status.xml
@@ -4,12 +4,12 @@
     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"
     >
     <LinearLayout
-        android:layout_width="118dp"
+        android:layout_width="85dp"
         android:layout_height="wrap_content"
         android:orientation="vertical"
         android:gravity="center"
@@ -25,20 +25,8 @@
             app:drawableStartCompat="@drawable/ic_modify"
             android:drawablePadding="5dp"
             />
-        <View
-            android:layout_width="match_parent"
-            android:layout_height="0.3dp"
-            android:background="#FF939393"
-            />
-        <androidx.appcompat.widget.AppCompatTextView
-            android:id="@+id/tv_annual_health_status"
-            android:layout_width="wrap_content"
-            android:layout_height="30dp"
-            android:gravity="center"
-            android:text="骞村害鍋ュ悍鎯呭喌"
-            android:textColor="#FF333333"
-            android:textSize="12sp"
-            />
+
+
     </LinearLayout>
 
 </androidx.cardview.widget.CardView>
\ No newline at end of file

--
Gitblit v1.9.1