Guest User

Untitled

a guest
Mar 23rd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. <resources>
  2.  
  3. <!-- Base application theme. -->
  4. <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
  5. <!-- Customize your theme here. -->
  6. <item name="colorPrimary">@color/colorPrimary</item>
  7. <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
  8. <item name="colorAccent">@color/colorAccent</item>
  9. </style>
  10.  
  11. <!--Style for Splash Screen-->
  12. <style name="SplashScreenTheme" parent="Theme.AppCompat.Light.DarkActionBar">
  13. <item name ="android:windowBackground"> @drawable/splash_screen_background</item>
  14. </style>
  15.  
  16. </resources>
Add Comment
Please, Sign In to add comment