Skip to content

Commit

Permalink
android: add style to test apk's
Browse files Browse the repository at this point in the history
  • Loading branch information
madebr committed Jan 21, 2025
1 parent 535d80b commit efa6e7a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/android/cmake/AndroidManifest.xml.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
android:roundIcon="@mipmap/sdl-test_round"
android:label="@string/label"
android:supportsRtl="true"
android:hardwareAccelerated="true"
tools:targetApi="31">
android:theme="@style/AppTheme"
android:hardwareAccelerated="true">
<activity
android:name="@[email protected]"
android:exported="true"
Expand Down
7 changes: 7 additions & 0 deletions test/android/res/values/styles.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?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>

0 comments on commit efa6e7a

Please sign in to comment.