From cf2204a85fa951dd9ce2698378101d822e6edbc8 Mon Sep 17 00:00:00 2001
From: guoshen <3129367635@qq.com>
Date: 星期六, 06 七月 2024 10:31:02 +0800
Subject: [PATCH] 会议审批显示成功

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

diff --git a/app/src/main/res/layout/item_examination_info.xml b/app/src/main/res/layout/item_examination_info.xml
index 8d17ad4..9292894 100644
--- a/app/src/main/res/layout/item_examination_info.xml
+++ b/app/src/main/res/layout/item_examination_info.xml
@@ -19,7 +19,7 @@
             android:layout_height="40dp"
             android:layout_margin="@dimen/dp_2"
             app:cardCornerRadius="@dimen/dp_10"
-            app:cardBackgroundColor="@color/color_card_pink"
+            app:cardBackgroundColor="?attr/cardBackgroundColorFirst"
             tools:layout_height="wrap_content"
             >
             <LinearLayout
@@ -39,7 +39,7 @@
                         android:layout_height="18dp"
                         android:layout_marginStart="3dp"
                         android:layout_centerVertical="true"
-                        android:button="@drawable/selector_checkbox"
+                        android:button="?attr/checkboxSelector"
                         android:background="?selectableItemBackgroundBorderless"
                         app:layout_constraintStart_toStartOf="parent"
                         app:layout_constraintTop_toTopOf="parent"

--
Gitblit v1.9.1