Proyectos de Subversion LeadersLinked - Android

Rev

Rev 3 | Autoría | Comparar con el anterior | Ultima modificación | Ver Log |

<resources>

    <!-- Base application theme. -->

    <style name="SplashTheme" parent="Theme.AppCompat.Light.NoActionBar">

        <!-- Splash Screen -->
        <item name="android:windowBackground">@drawable/splash_background</item>
        <item name="android:windowDrawsSystemBarBackgrounds">true</item>
        <item name="android:windowLightStatusBar">true</item>
    </style>

</resources>