We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdb89a7 commit ab41b23Copy full SHA for ab41b23
app_feup/android/app/src/main/res/drawable/launch_background.xml
@@ -7,6 +7,6 @@
7
</shape>
8
</item>
9
<item>
10
- <bitmap android:gravity="center" android:src="@drawable/splash" />
+ <bitmap android:gravity="fill" android:src="@drawable/splash" />
11
12
</layer-list>
app_feup/android/app/src/main/res/values/styles.xml
@@ -4,7 +4,5 @@
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>
- <item name="android:windowFullscreen">true</item>
-
</style>
</resources>
0 commit comments