unoplatform / uno.toolkit.ui

A set of custom controls for the WinUI and the Uno Platform not offered out of the box by WinUI, such as Card, TabBar, NavigationBar, etc.
https://platform.uno/
MIT License
82 stars 27 forks source link

[Android] Icon `ExtendedSplashScreen` theme issue #1106

Open morning4coffe-dev opened 6 months ago

morning4coffe-dev commented 6 months ago

Current behavior

When opening a freshly created app on Android, the Icon of the ExtendedSplashScreen doesn't seem to take into account the current theme of the app/system.

image

Expected behavior

Should be able to sync with the theme properly.

How to reproduce it (as minimally and precisely as possible)

Nuget Package:

Package Version(s):

Affected platform(s):

IDE:

Relevant plugins:

Anything else we need to know?

kazo0 commented 6 months ago

What's the Toolkit/Uno version?

And Android version?

morning4coffe-dev commented 6 months ago

@kazo0 Toolkit 5.1.7 Uno 5.1.104

Android API 30

kazo0 commented 6 months ago

@morning4coffe-dev I'm curious what happens if you use the new Toolkit 6.1.0-dev.8 package or newer and follow this new requirement: https://github.com/unoplatform/uno.toolkit.ui/blob/main/doc/controls/ExtendedSplashScreen.md#setup-on-android

Also, what does the UnoSplashScreen item look like in your props? Is the color set to white? Maybe a resizetizer issue? cc: @pedrojesus-work / @nickrandolph

pedrojesus-work commented 6 months ago

Resizetizer doesn't support theme splash screen. It's on backlog for improvement