mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-11 19:30:44 +02:00
Custom theme file exists in project, but is not used by app, which is kinda unintuitive. Using it by default so people who not familiar with Android development won't spend lots of time troubleshooting.
(cherry picked from commit 8f88c32ca6)
8 lines
231 B
XML
8 lines
231 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<!-- Base application theme. -->
|
|
<style name="AppTheme" parent="android:Theme.NoTitleBar.Fullscreen">
|
|
<!-- Customize your theme here. -->
|
|
</style>
|
|
</resources>
|