Lots of UI tweaks

This commit is contained in:
Damontecres 2025-10-04 21:11:56 -04:00
parent 81d0279cce
commit 3109b4c003
No known key found for this signature in database
10 changed files with 87 additions and 140 deletions

View file

@ -1,4 +1,6 @@
<resources>
<style name="Theme.Dolphin" parent="Theme.AppCompat.DayNight.NoActionBar" />
</resources>
<style name="Theme.Dolphin" parent="Theme.AppCompat.DayNight.NoActionBar">
<item name="android:colorBackground">@android:color/background_dark</item>
</style>
</resources>