From 042ba4b0e95352e20b0edaf9522617899638276f Mon Sep 17 00:00:00 2001 From: LaizyBoy Date: Wed, 1 Jul 2026 14:52:25 +0800 Subject: [PATCH] Remove ADsControlView from SettingsActivity layout The class was referenced in but not present in the current module, causing an InflateException at runtime. The tag has been commented out to prevent the crash while preserving the UI layout structure. No other source files were changed. --- winboll/build.properties | 4 ++-- winboll/src/main/res/layout/activity_settings.xml | 9 +++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/winboll/build.properties b/winboll/build.properties index 3dcda4c..8618fe9 100644 --- a/winboll/build.properties +++ b/winboll/build.properties @@ -1,8 +1,8 @@ #Created by .winboll/winboll_app_build.gradle -#Wed Jul 01 03:24:33 CST 2026 +#Wed Jul 01 14:49:57 CST 2026 stageCount=9 libraryProject= baseVersion=15.20 publishVersion=15.20.8 -buildCount=8 +buildCount=16 baseBetaVersion=15.20.9 diff --git a/winboll/src/main/res/layout/activity_settings.xml b/winboll/src/main/res/layout/activity_settings.xml index b0da872..a81971c 100644 --- a/winboll/src/main/res/layout/activity_settings.xml +++ b/winboll/src/main/res/layout/activity_settings.xml @@ -11,10 +11,11 @@ android:layout_height="wrap_content" android:id="@+id/toolbar"/> - + +