-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support adjust padding bottom for branding image #709
Conversation
fix: add space on bottom for image branding iOS
fix: add space 24 for image branding android
…or-branding-image feat: support adjust padding bottom for branding image
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Thanks for the contribution. Just fix the one small mistake and I can merge it in.
lib/android.dart
Outdated
@@ -325,8 +331,11 @@ void _applyLaunchBackgroundXml({ | |||
|
|||
if (showBranding && gravity != brandingGravityValue) { | |||
//add branding when splash image and branding image are not at the same position | |||
final androidRandingItemXml = _androidBrandingItemXml.replaceAll( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
androidRandingItemXml
is spelled wrong here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've fixed the typo.
Please check again @jonbhanson
Thanks
What it does
How to test
Screenshot
BEFORE
iPhone 15 Pro Max
iPhone SE
< Android 13
AFTER
iPhone 15 Pro Max
iPhone SE
< Android 13