Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
alpbak committed Oct 9, 2018
1 parent dc56545 commit 72390f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ private void init(Context context, AttributeSet attrs) {
mMin = a.getInteger(R.styleable.BoxedVertical_min, mMin);
mStep = a.getInteger(R.styleable.BoxedVertical_step, mStep);
mDefaultValue = a.getInteger(R.styleable.BoxedVertical_defaultValue, mDefaultValue);
mCornerRadius = a.getInteger(R.styleable.BoxedVertical_cornerRadius, mCornerRadius);
mCornerRadius = a.getInteger(R.styleable.BoxedVertical_libCornerRadius, mCornerRadius);
mtextBottomPadding = a.getInteger(R.styleable.BoxedVertical_textBottomPadding, mtextBottomPadding);
//Images
mImageEnabled = a.getBoolean(R.styleable.BoxedVertical_imageEnabled, mImageEnabled);
Expand Down

0 comments on commit 72390f9

Please sign in to comment.