与AppCompatActivity引用一样,类继承层数不能是两层。

This commit is contained in:
ZhanGSKen
2025-04-27 13:41:49 +08:00
parent b68d8a58e3
commit 18b078c644
3 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="UtilsTheme" parent="APPBaseTheme">
<style name="UtilsTheme" parent="@android:style/Theme.Holo.Light.NoActionBar">
</style>
</resources>