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

[Question] Image invalid in light mode. #447

Closed
Lelouch-cc opened this issue Nov 4, 2022 · 2 comments
Closed

[Question] Image invalid in light mode. #447

Lelouch-cc opened this issue Nov 4, 2022 · 2 comments

Comments

@Lelouch-cc
Copy link

When I set up the Splash page, it works in dark mode, but not in light mode.
The reason is that the plugin does not add

<item name="android:windowBackground">@drawable/launch_background</item>

to styles.xml under values-31, this is a bug, please fix it.

iShot_2022-11-04_10 19 00

OS: Android 12

@Lelouch-cc
Copy link
Author

My config

iShot_2022-11-04_10 22 24

@jonbhanson
Copy link
Owner

There is a bug that I will fix in the next release, but it is actually not the bug you are reporting.

For Android 12 there is a specific section android_12 of the config file for setting Android 12 settings. Since you don't have an android_12 section, your values-31 shouldn't be changed.

Your problem should be solved by adding an android_12 section.

I will add a fix so that the values-31 will not be modified if there is no android_12 config.

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

No branches or pull requests

2 participants