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/activity_hundred_wish_detail.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/app/src/main/res/layout/activity_hundred_wish_detail.xml b/app/src/main/res/layout/activity_hundred_wish_detail.xml index 393677c..e26413a 100644 --- a/app/src/main/res/layout/activity_hundred_wish_detail.xml +++ b/app/src/main/res/layout/activity_hundred_wish_detail.xml @@ -12,7 +12,7 @@ <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" - android:background="@color/color_normal_background" + android:background="?attr/detailPageBackgroundColor" android:orientation="vertical"> <com.android.app_base.widget.ExtendTitleBar -- Gitblit v1.9.1