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
22.23k stars 1.76k forks source link

[Android] Default `CornerRadius` is being converted `ToPixels` twice on `Button` #19077

Open AmrAlSayed0 opened 11 months ago

AmrAlSayed0 commented 11 months ago

Once here https://github.com/dotnet/maui/blob/4a31ee1f34942b77549ffa69a3e969c0cbfd8880/src/Core/src/Platform/Android/ButtonExtensions.cs#L104

And then again here https://github.com/dotnet/maui/blob/4a31ee1f34942b77549ffa69a3e969c0cbfd8880/src/Core/src/Platform/Android/BorderDrawable.cs#L510-L513

ghost commented 11 months ago

We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process.