Add first settings UI for nav button configuration

This commit is contained in:
ajp_anton
2026-04-23 00:17:45 +00:00
parent cade5e360e
commit a3e6855745
17 changed files with 738 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
<resources>
<style name="Theme.NavButtons" parent="@android:style/Theme.DeviceDefault.DayNight">
<item name="android:windowBackground">@drawable/bg_settings_window</item>
<item name="android:windowOptOutEdgeToEdgeEnforcement">true</item>
</style>
</resources>