广告模块已转移到AES项目。现在精简源码,保持基础源码结构精简。

This commit is contained in:
ZhanGSKen
2025-11-18 15:04:41 +08:00
parent 53c871d61d
commit f26c1ed0ef
5 changed files with 4 additions and 78 deletions

View File

@@ -1,15 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/ads_container"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="WinBoLL ADs"/>
</LinearLayout>