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

Commit 6b02441

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

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+6687
-11342
lines changed

README.md

Lines 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

Lines 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

Lines changed: 0 additions & 35 deletions
This file was deleted.

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

Lines changed: 0 additions & 19 deletions
This file was deleted.

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

Lines changed: 0 additions & 104 deletions
This file was deleted.

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

Lines changed: 0 additions & 49 deletions
This file was deleted.

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

Lines changed: 0 additions & 27 deletions
This file was deleted.

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

Lines changed: 0 additions & 5 deletions
This file was deleted.

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

Lines changed: 0 additions & 34 deletions
This file was deleted.

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

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)