Skip to content
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: Implement splash screen for older Android versions #7154

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Isira-Seneviratne
Copy link
Collaborator

Implement a splash screen similar to the one on Android 12+ for older versions of Android using the Core Splashscreen library.

This guide has more information on its features and limitations.

  • Before (Android 8.1)
Screen_recording_20250303_075654.mp4
  • After (Android 8.1)
Screen_recording_20250303_075714.mp4

<vector
android:width="64dp"
android:height="64dp"
android:tint="?attr/colorSecondary"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume that this color has been intentionally removed for compatibility reasons?

With the default tint, the background contrast is quite bad on the dark theme with SDK >= 31.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, that wasn't being used. Will revert that change and check again.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried reverting the tint change, but the icon is always a black icon then, so I kept the change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants