From 314b67e56f24f7bce040ae2b5d57c7eac7b197a9 Mon Sep 17 00:00:00 2001 From: lmw <125975490@qq.com> Date: 星期五, 25 十月 2024 10:51:48 +0800 Subject: [PATCH] 个人中心 --- xldutils-kotlin/src/main/res/layout/activity_web_view.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/xldutils-kotlin/src/main/res/layout/activity_web_view.xml b/xldutils-kotlin/src/main/res/layout/activity_web_view.xml index d6cdcb3..59b6d6d 100644 --- a/xldutils-kotlin/src/main/res/layout/activity_web_view.xml +++ b/xldutils-kotlin/src/main/res/layout/activity_web_view.xml @@ -3,7 +3,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="@color/page_bg" + android:background="@color/white" xmlns:app="http://schemas.android.com/apk/res-auto" tools:mContext="cn.sinata.xldutils.activity.WebViewActivity"> <ScrollView -- Gitblit v1.7.1