mirror of https://github.com/libsdl-org/SDL.git
android: add style to test apk's
This commit is contained in:
parent
535d80bade
commit
efa6e7aece
|
|
@ -43,8 +43,8 @@
|
||||||
android:roundIcon="@mipmap/sdl-test_round"
|
android:roundIcon="@mipmap/sdl-test_round"
|
||||||
android:label="@string/label"
|
android:label="@string/label"
|
||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
android:hardwareAccelerated="true"
|
android:theme="@style/AppTheme"
|
||||||
tools:targetApi="31">
|
android:hardwareAccelerated="true">
|
||||||
<activity
|
<activity
|
||||||
android:name="@ANDROID_MANIFEST_PACKAGE@.SDLTestActivity"
|
android:name="@ANDROID_MANIFEST_PACKAGE@.SDLTestActivity"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
Loading…
Reference in New Issue