添加横幅广告类的调试框架

This commit is contained in:
ZhanGSKen
2025-11-17 21:14:36 +08:00
parent dc5a28dbef
commit 53c871d61d
5 changed files with 121 additions and 41 deletions

View File

@@ -0,0 +1,15 @@
<?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>