Skip to content

Commit ab41b23

Browse files
reecksetSocksDevil
authored andcommitted
Fixed misstreched splash screen
1 parent fdb89a7 commit ab41b23

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

app_feup/android/app/src/main/res/drawable/launch_background.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
</shape>
88
</item>
99
<item>
10-
<bitmap android:gravity="center" android:src="@drawable/splash" />
10+
<bitmap android:gravity="fill" android:src="@drawable/splash" />
1111
</item>
1212
</layer-list>

app_feup/android/app/src/main/res/values/styles.xml

-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@
44
<!-- Show a splash screen on the activity. Automatically removed when
55
Flutter draws its first frame -->
66
<item name="android:windowBackground">@drawable/launch_background</item>
7-
<item name="android:windowFullscreen">true</item>
8-
97
</style>
108
</resources>

0 commit comments

Comments
 (0)