Friendiqa/source-android/androidnative.pri/examples/androidnativeexample/android-sources/res/values/apptheme.xml

6 lines
236 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="AppTheme" parent="@android:style/Theme.DeviceDefault.Light.NoActionBar">
<item name="android:windowBackground">@drawable/splash</item>
</style>
</resources>