Friendiqa/source-android/androidnative.pri/examples/androidnativeexample/android-sources/res/values/apptheme.xml
2017-11-08 21:15:07 +01:00

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>