Skip to content

Commit

Permalink
Update bootsplash.xml logo
Browse files Browse the repository at this point in the history
Fixes Android small logo on splash screen
  • Loading branch information
alex2bc committed Sep 18, 2023
1 parent 06e8d3a commit ba5302a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions android/app/src/main/res/drawable/bootsplash.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@
<color android:color="?attr/windowSplashScreenBackground" />
</item>

<item android:gravity="fill">
<bitmap android:src="?windowSplashScreenAnimatedIcon" android:gravity="center" />
</item>
<item android:gravity="center" android:drawable="?windowSplashScreenAnimatedIcon" android:scaleType="fitXY" />
</layer-list>

0 comments on commit ba5302a

Please sign in to comment.