添加菜单栏Home按钮点击后的主页跳转功能。

This commit is contained in:
2025-12-05 21:00:53 +08:00
parent 3dba7b1e45
commit 1e7d8ed9b1
4 changed files with 72 additions and 8 deletions

View File

@@ -11,5 +11,10 @@
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" />
</LinearLayout>