From 60014d0e51bc6402aa55377b2400f811d802f7c4 Mon Sep 17 00:00:00 2001 From: Dimezis Date: Sun, 3 Apr 2022 20:16:09 +0200 Subject: [PATCH] Readme upd --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 53800fc..d3ed484 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ ![alt tag](https://github.com/Dimezis/BlurView/blob/master/BlurScreenshot.png) -Dynamic iOS-like blur of underlying Views for Android. -Includes library and small example project. +Dynamic iOS-like blur for Android Views. Includes library and small example project. -BlurView can be used as a regular FrameLayout. It blurs its underlying content and draws it as a background for its children. -BlurView redraws its blurred content when changes in view hierarchy are detected (draw() called). -It honors its position and size changes, including view animation and property animation. +BlurView can be used as a regular FrameLayout. It blurs its underlying content and draws it as a +background for its children. The children of the BlurView are not blurred. BlurView redraws its +blurred content when changes in view hierarchy are detected (draw() called). It honors its position +and size changes, including view animation and property animation. ## How to use ```XML