Files
Zygisk-MyInjector/configapp/src/main/res/values/themes.xml
2025-06-25 17:12:54 +08:00

9 lines
420 B
XML

<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Base.Theme.ZygiskMyInjector" parent="Theme.Material3.DayNight.NoActionBar">
<!-- Customize your light theme here. -->
<!-- <item name="colorPrimary">@color/my_light_primary</item> -->
</style>
<style name="Theme.ZygiskMyInjector" parent="Base.Theme.ZygiskMyInjector" />
</resources>