Open
Conversation
Member
Author
|
I could also remove the compose splash screen and keep only the system one, but the "BITKIT" icon can't fit in the required size, I would have to make it smaller |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR:
splash_logo_icondrawable wrapper with insets to properly size the icon within the circular splash maskic_launcher_transparent,ic_launcher_black,ic_launcher_black_round)Description
The splash screen was using
ic_launcher_foregrounddirectly, which has a non-square viewport (200x184dp). Android 12+ renders splash icons into a square container, stretching the icon vertically and making it look thin. The fix squares the viewport and centers the content with a translate group. A wrapper drawable (splash_logo_icon.xml) adds 23% insets to fit the icon within the circular mask area.Preview
pixel-6.webm
medium-phone.webm
small_phone.webm
QA Notes