Guest User

Untitled

a guest
Jun 25th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
  4. <!-- Show a splash screen on the activity. Automatically removed when
  5. Flutter draws its first frame -->
  6. <item name="android:windowBackground">@drawable/launch_background</item>
  7. </style>
  8.  
  9. <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
  10. <!-- Customize your theme here. -->
  11. <item name="colorPrimary">#3f51b5</item>
  12. <item name="colorPrimaryDark">#3f51b5</item>
  13. <item name="colorAccent">#3f51b5</item>
  14. </style>
  15. </resources>
Add Comment
Please, Sign In to add comment