mirror of
http://gitea.winboll.cc/Studio/WinBoLL.git
synced 2026-07-01 21:05:46 +08:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -11,10 +11,11 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/toolbar"/>
|
||||
|
||||
<cc.winboll.studio.libaes.views.ADsControlView
|
||||
android:id="@+id/ads_control_view"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
<!-- <cc.winboll.studio.libaes.views.ADsControlView
|
||||
android:id="@+id/ads_control_view"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" /> -->
|
||||
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user