Skip to content

Commit 01bb8b1

Browse files
Update BlurImageView.java
radius to blur_radius to resolve conflict
1 parent a3f2f65 commit 01bb8b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/com/jgabrielfreitas/core/BlurImageView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ private void init(AttributeSet attrs) {
6161

6262
TypedArray typedArray = getContext().getTheme().obtainStyledAttributes(attrs, R.styleable.BlurImageView, 0, 0);
6363

64-
Integer radius = typedArray.getInteger(R.styleable.BlurImageView_radius, 0);
64+
Integer radius = typedArray.getInteger(R.styleable.BlurImageView_blur_radius, 0);
6565

6666
setBlur(radius);
6767

0 commit comments

Comments
 (0)