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/activity_tourism.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/app/src/main/res/layout/activity_tourism.xml b/app/src/main/res/layout/activity_tourism.xml index 827314e..b91df1f 100644 --- a/app/src/main/res/layout/activity_tourism.xml +++ b/app/src/main/res/layout/activity_tourism.xml @@ -13,7 +13,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".ui.function.FamilyMemorabiliaActivity" - android:background="@color/color_normal_background" + android:background="?attr/pageBackgroundColor" > <com.android.app_base.widget.ExtendTitleBar -- Gitblit v1.9.1