mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-05 00:26:02 +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 commit8f88c32ca6) (cherry picked from commit1568501dd6)
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>
|