添加WinBoll类库,替换应用基类。

This commit is contained in:
ZhanGSKen
2025-03-24 14:16:53 +08:00
parent ede6c07deb
commit c394a37e0a
5 changed files with 20 additions and 17 deletions

View File

@@ -8,9 +8,9 @@
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:label="@string/app_name"
android:theme="@style/AppTheme"
android:theme="@style/MyAppTheme"
android:resizeableActivity="true"
android:name=".GlobalApplication">
android:name=".App">
<activity
android:name=".MainActivity"
@@ -34,4 +34,4 @@
</application>
</manifest>
</manifest>