You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Description>Add as many custom shadows as you like to any Xamarin.Forms view (Android, iOS, UWP). Set Color, Opacity, Blur, and Offset for each shadow.</Description>
<summary>Add as many custom shadows as you like to any Xamarin.Forms view (Android, iOS, UWP). You can set Color, Opacity, Blur, Offset and CornerRadius. Easily achieve neumorphism.</summary>
17
17
<tags>xamarin.forms android ios uwp netstandard shadow blur color shadows neumorphism</tags>
18
-
<releaseNotes>Fix a memory leak on Android.</releaseNotes>
18
+
<releaseNotes>Fix shadows invalidation on Android.</releaseNotes>
19
19
<description>
20
-
Add as many custom shadows as you like to any Xamarin.Forms view (Android, iOS, UWP).
20
+
Add as many custom shadows as you like to any Xamarin.Forms view (Android, iOS, UWP).
21
21
22
22
* You can specify each shadow Color, Opacity, Blur, and Offset
23
23
* You can add one shadow, 3 shadows, 99 shadows, to any Xamarin.Forms element
@@ -27,7 +27,7 @@ Add as many custom shadows as you like to any Xamarin.Forms view (Android, iOS,
27
27
28
28
Performance: Implemented with custom draw on Android, CALayer on iOS and SpriteVisual on UWP.
0 commit comments