Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit 2fee73d

Browse filesBrowse files
committed
Add notes about support Xamarin Forms
1 parent 0a8fd51 commit 2fee73d
Copy full SHA for 2fee73d

File tree

Expand file treeCollapse file tree

1 file changed

+7
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-1
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+7-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.