Skip to content

Commit 9eeaa49

Browse files
author
Daniel Bejan
committed
upgrade v1.3.0
1 parent ffefac2 commit 9eeaa49

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Just put the view in the layout xml, no Java code is required.
1313
android:layout_width="match_parent"
1414
android:layout_height="match_parent"
1515
app:realtimeBlurRadius="20dp"
16+
app:realtimeIsCircle="true" // for blur to have a circle shape
1617
app:realtimeOverlayColor="#8000" />
1718

1819
// Views above blurring overlay
@@ -72,6 +73,10 @@ I've run the sample on some old phones like Samsung Galaxy S2, Samsung Galaxy S3
7273

7374
# Changelog
7475

76+
### 1.3.0 (2020-04-27)
77+
78+
Added support for blurring circle shaped views.
79+
7580
### 1.2.1 (2019-05-24)
7681

7782
Improve BlurImpl detection.

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ publish {
5959
userOrg = 'mmin18'
6060
groupId = 'com.github.mmin18'
6161
artifactId = 'realtimeblurview'
62-
publishVersion = '1.2.1'
62+
publishVersion = '1.3.0'
6363
desc = 'A realtime blurring overlay for Android (like iOS UIVisualEffectView)'
6464
website = 'https://github.com/mmin18/RealtimeBlurView'
6565
}

0 commit comments

Comments
 (0)