| 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 | </resources> |