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

Commit 6431e75

Browse files
committed
Change solution structure.
1 parent d15aa9d commit 6431e75

35 files changed

+10
-6
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Xamarin.BlurView ![version](http://img.shields.io/badge/original-v1.4.0-red.svg?style=flat) [![NuGet Badge](https://buildstats.info/nuget/Xamarin.BlurView)](https://www.nuget.org/packages/Xamarin.BlurView/) ![Build status](https://yauhenipakala.visualstudio.com/_apis/public/build/definitions/b0170656-dd62-445e-bbb7-d6a336f4a889/1/badge)
1+
# Xamarin.BlurView
2+
3+
![version](https://img.shields.io/badge/original-v1.6.3-orange.svg?style=flat)
4+
[![NuGet Badge](https://buildstats.info/nuget/Xamarin.BlurView)](https://www.nuget.org/packages/Xamarin.BlurView/)
5+
![Build status](https://yauhenipakala.visualstudio.com/_apis/public/build/definitions/b0170656-dd62-445e-bbb7-d6a336f4a889/1/badge)
26

37
Port of [Dimezis/BlurView](https://github.com/Dimezis/BlurView) for Xamarin.Android
48

@@ -38,9 +42,9 @@ ViewGroup rootView = decorView.FindViewById<ViewGroup>(Android.Resource.Id.conte
3842
Drawable windowBackground = decorView.Background;
3943

4044
blurView.SetupWith(rootView)
41-
.WindowBackground(windowBackground)
42-
.BlurAlgorithm(new RenderScriptBlur(this))
43-
.BlurRadius(radius)
45+
.SetFrameClearDrawable(windowBackground)
46+
.SetBlurAlgorithm(new RenderScriptBlur(this))
47+
.SetBlurRadius(radius)
4448
.SetHasFixedTransformationMatrix(true);
4549
```
4650

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)