Files
navbuttons/app/src/main/res/values/themes.xml
T
2026-06-16 23:28:38 +00:00

9 lines
397 B
XML

<resources>
<style name="Theme.NavButtons" parent="@android:style/Theme.DeviceDefault.DayNight">
<item name="android:windowActionBar">false</item>
<item name="android:windowNoTitle">true</item>
<item name="android:windowBackground">@drawable/bg_settings_window</item>
<item name="android:windowOptOutEdgeToEdgeEnforcement">true</item>
</style>
</resources>