应用窗口切换调试完成

This commit is contained in:
2026-01-13 16:52:01 +08:00
parent fb9dd93162
commit 156af54eaa
19 changed files with 104 additions and 980 deletions

View File

@@ -6,12 +6,9 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<cc.winboll.studio.winboll.CustomToolbar
<cc.winboll.studio.libaes.views.ASupportToolbar
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
app:toolbarTitle="@string/app_name"
app:toolbarTitleColor="@color/colorAccent"
app:toolbarBackgroundColor="@color/colorPrimary"
android:layout_height="wrap_content"
android:id="@+id/toolbar"/>
<cc.winboll.studio.libappbase.views.AboutView