From caead5ad019c24b9a7958f01fa663ea8159aee6c Mon Sep 17 00:00:00 2001
From: guoshen <3129367635@qq.com>
Date: 星期一, 01 七月 2024 16:16:04 +0800
Subject: [PATCH] 修复会议申请的闪退bgg(starttime,endtime字段的划分和修改)

---
 app/src/main/res/layout/pop_annual_health_status.xml |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 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 6e41204..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,26 +4,29 @@
     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"
         >
-        <TextView
-            android:id="@+id/tv_annual_health_status"
+        <androidx.appcompat.widget.AppCompatTextView
+            android:id="@+id/tv_edit"
             android:layout_width="wrap_content"
             android:layout_height="30dp"
             android:gravity="center"
-            android:text="骞村害鍋ュ悍鎯呭喌"
+            android:text="缂栬緫"
             android:textColor="#FF333333"
             android:textSize="12sp"
-            android:layout_marginHorizontal="10dp"
+            app:drawableStartCompat="@drawable/ic_modify"
+            android:drawablePadding="5dp"
             />
+
+
     </LinearLayout>
 
 </androidx.cardview.widget.CardView>
\ No newline at end of file

--
Gitblit v1.9.1