maui
maui copied to clipboard
[Android] Fix Shadow issue related with screen rotation
Description of Change
Fix Android Shadow issue related with screen rotation. If the element to which the shadow is attached does not have a fixed size, it may change when changing the orientation and the shadow should be invalidated.
Issues Fixed
Fixes #15023
Added a new sample in the Gallery also validating the shadow host size changes:
Tested the sample with https://github.com/dotnet/maui/issues/8150#issuecomment-1370821991 to validate resizing the shadow host on Windows.