dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
21.64k stars 1.62k forks source link

Android Switch Control Thumb Shadow #19676

Open AlleSchonWeg opened 4 months ago

AlleSchonWeg commented 4 months ago

Description

Hi, i'm trying to migrate my XF project. Problem is that the switch looks different in MAUI. The shadow from the thumb no longer exists. image

How can i get back the shadow? Is the new behaviour expected?

Steps to Reproduce

Repro is just add a switch in a Page und remove the default styles in Styles.xaml.

Thank you

Link to public reproduction project repository

No response

Version with bug

8.0.3

Is this a regression from previous behavior?

Yes, this used to work in Xamarin.Forms

Last version that worked well

Unknown/Other

Affected platforms

Android

Affected platform versions

No response

Did you find any workaround?

No response

Relevant log output

No response

Zhanglirong-Winnie commented 2 weeks ago

Verified this issue with Visual Studio 17.10.0 Preview 5(8.0.7&8.0.3). Not repro on android platform. I remove the default styles in Styles.xaml. MAUI: image XF: image

AlleSchonWeg commented 2 weeks ago

Hi this is not fixed. Tried 8.0.40-nightly.10539. image Repro: MauiApp6.zip

Zhanglirong-Winnie commented 2 weeks ago

Hi, @AlleSchonWeg I looked at the sample project you provided, and I think the problem is that your BackgroundColor is the same as ThumbColor. image

AlleSchonWeg commented 2 weeks ago

Hi, @AlleSchonWeg I looked at the sample project you provided, and I think the problem is that your BackgroundColor is the same as ThumbColor. image

Yes. That is correct. Forgot it to mention. Sorry. But the problem is the thumb shadow. The shadow disappeared if the color is the same. In XF it works with the same color.

Zhanglirong-Winnie commented 2 weeks ago

According to the user's latest reply, BackgroundColor is the same as ThumbColor, this issue repro on 17.10.0 Preview 5. MauiApp6.zip