Skip to content

Commit

Permalink
Update BlurImageView.java
Browse files Browse the repository at this point in the history
radius to blur_radius to resolve conflict
  • Loading branch information
hamzaahmedkhan authored Jul 30, 2019
1 parent a3f2f65 commit 01bb8b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ private void init(AttributeSet attrs) {

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

Integer radius = typedArray.getInteger(R.styleable.BlurImageView_radius, 0);
Integer radius = typedArray.getInteger(R.styleable.BlurImageView_blur_radius, 0);

setBlur(radius);

Expand Down

0 comments on commit 01bb8b1

Please sign in to comment.