Add initial pandroid files

This commit is contained in:
offtkp
2023-11-14 15:30:53 +02:00
parent a98fcfc56f
commit 469ae2805c
41 changed files with 782 additions and 10 deletions

View File

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