From 5325e22a184b53aadcc5e9552cb1ec54f9c8ad81 Mon Sep 17 00:00:00 2001 From: guoshen <3129367635@qq.com> Date: 星期六, 29 六月 2024 16:33:11 +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