<resources>
|
|
<!-- Base application theme. -->
|
<style name="Base.Theme.Design" parent="Theme.AppCompat.Light.NoActionBar">
|
<!-- Customize your theme here. -->
|
<item name="colorPrimary">@color/colorPrimary</item>
|
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
|
<item name="colorAccent">@color/colorAccent</item>
|
</style> <style name="AppTheme" parent="Base.Theme.Design">
|
</style>
|
<style name="AppSplash" parent="android:Theme">
|
<item name="android:windowBackground">@mipmap/start</item>
|
<item name="android:windowNoTitle">true</item>
|
<item name="android:windowFullscreen">true</item>
|
</style>
|
|
</resources>
|