Skip to content

Commit

Permalink
Merge pull request #2 from Lzyct/fix/safe-area-branding-android
Browse files Browse the repository at this point in the history
fix: add space 24 for image branding android
  • Loading branch information
Lzyct authored Jun 23, 2024
2 parents f2d9ccf + 9e500ec commit 4b33b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/templates.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const String _androidLaunchItemXml = '''
''';

const String _androidBrandingItemXml = '''
<item>
<item android:bottom="24dp">
<bitmap android:gravity="center" android:src="@drawable/branding" />
</item>
''';
Expand Down

0 comments on commit 4b33b61

Please sign in to comment.