styles.xml 246 Bytes
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <style name="ImageSplashStyle"
        parent="@android:style/Theme.NoTitleBar.Fullscreen">
        <item name="android:windowBackground">@drawable/bg_loading</item>
    </style>
</resources>