styles.xml 246 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 <?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>