Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit 2fee73d

Browse files
committed
Add notes about support Xamarin Forms
1 parent 0a8fd51 commit 2fee73d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ It honors its position and size changes, including view animation and property a
2020
## [Demo App at Google Play](https://play.google.com/store/apps/details?id=com.eightbitlab.blurview_sample)
2121

2222
## How to use
23-
```XML
23+
24+
```xml
2425
<eightbitlab.com.blurview.BlurView
2526
android:id="@+id/blurView"
2627
android:layout_width="match_parent"
@@ -58,6 +59,11 @@ You can use `SetHasFixedTransformationMatrix` in case if you are not animating y
5859
// TODO
5960
```
6061

62+
## Support Xamarin.Forms
63+
64+
This library does not provide support for Xamarin.Forms out of the box, but you can do it via custom controls or effects.
65+
66+
Also, **highly recommended** to use [Sharpnado.MaterialFrame](https://github.com/roubachof/Sharpnado.MaterialFrame) to make views blurring.
6167

6268
## Nuget
6369

0 commit comments

Comments
 (0)