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 6b02441

Browse filesBrowse files
authored
Merge pull request #9 from wcoder/feature/new_version
2 parents a563e66 + 2fee73d commit 6b02441
Copy full SHA for 6b02441

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

46 files changed

+6687
-11342
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Xamarin.BlurView
22

3-
![version](https://img.shields.io/badge/original-v1.6.3-orange.svg?style=flat)
3+
![version](https://img.shields.io/badge/original-v1.6.5-orange.svg?style=flat)
44
[![NuGet Badge](https://buildstats.info/nuget/Xamarin.BlurView)](https://www.nuget.org/packages/Xamarin.BlurView/)
55
![Build status](https://yauhenipakala.visualstudio.com/_apis/public/build/definitions/b0170656-dd62-445e-bbb7-d6a336f4a889/1/badge)
66

@@ -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

‎nuget/Xamarin.BlurView.nuspec

Copy file name to clipboardExpand all lines: nuget/Xamarin.BlurView.nuspec
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd">
22
<metadata>
33
<id>Xamarin.BlurView</id>
4-
<version>1.6.3</version>
4+
<version>1.6.5</version>
55
<title>Dynamic blur for Xamarin Android</title>
66
<authors>Dmitry Saviuk, Yauheni Pakala</authors>
77
<owners>Yauheni Pakala</owners>

‎samples/BlurViewFormsSample/BlurViewFormsSample.sln

Copy file name to clipboardExpand all lines: samples/BlurViewFormsSample/BlurViewFormsSample.sln
-35Lines changed: 0 additions & 35 deletions
This file was deleted.

‎samples/BlurViewFormsSample/BlurViewFormsSample/BlurViewFormsSample.Android/Assets/AboutAssets.txt

Copy file name to clipboardExpand all lines: samples/BlurViewFormsSample/BlurViewFormsSample/BlurViewFormsSample.Android/Assets/AboutAssets.txt
-19Lines changed: 0 additions & 19 deletions
This file was deleted.

‎samples/BlurViewFormsSample/BlurViewFormsSample/BlurViewFormsSample.Android/BlurViewFormsSample.Android.csproj

Copy file name to clipboardExpand all lines: samples/BlurViewFormsSample/BlurViewFormsSample/BlurViewFormsSample.Android/BlurViewFormsSample.Android.csproj
-104Lines changed: 0 additions & 104 deletions
This file was deleted.

‎samples/BlurViewFormsSample/BlurViewFormsSample/BlurViewFormsSample.Android/FormsBlurViewRenderer.cs

Copy file name to clipboardExpand all lines: samples/BlurViewFormsSample/BlurViewFormsSample/BlurViewFormsSample.Android/FormsBlurViewRenderer.cs
-49Lines changed: 0 additions & 49 deletions
This file was deleted.

‎samples/BlurViewFormsSample/BlurViewFormsSample/BlurViewFormsSample.Android/MainActivity.cs

Copy file name to clipboardExpand all lines: samples/BlurViewFormsSample/BlurViewFormsSample/BlurViewFormsSample.Android/MainActivity.cs
-27Lines changed: 0 additions & 27 deletions
This file was deleted.

‎samples/BlurViewFormsSample/BlurViewFormsSample/BlurViewFormsSample.Android/Properties/AndroidManifest.xml

Copy file name to clipboardExpand all lines: samples/BlurViewFormsSample/BlurViewFormsSample/BlurViewFormsSample.Android/Properties/AndroidManifest.xml
-5Lines changed: 0 additions & 5 deletions
This file was deleted.

‎samples/BlurViewFormsSample/BlurViewFormsSample/BlurViewFormsSample.Android/Properties/AssemblyInfo.cs

Copy file name to clipboardExpand all lines: samples/BlurViewFormsSample/BlurViewFormsSample/BlurViewFormsSample.Android/Properties/AssemblyInfo.cs
-34Lines changed: 0 additions & 34 deletions
This file was deleted.

‎samples/BlurViewFormsSample/BlurViewFormsSample/BlurViewFormsSample.Android/Resources/AboutResources.txt

Copy file name to clipboardExpand all lines: samples/BlurViewFormsSample/BlurViewFormsSample/BlurViewFormsSample.Android/Resources/AboutResources.txt
-50Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.