Skip to content

Commit ea1a1f1

Browse files
committed
fix bootstrap label rounded corners
1 parent 37fae4e commit ea1a1f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/BootstrapLabel.java

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

5050
try {
5151
int attrValue = a.getInt(R.styleable.BootstrapLabel_bootstrapHeading, 5);
52-
this.roundable = a.getBoolean(R.styleable.BootstrapButton_roundedCorners, false);
52+
this.roundable = a.getBoolean(R.styleable.BootstrapLabel_roundedCorners, false);
5353

5454
this.bootstrapHeading = DefaultBootstrapHeading.fromAttributeValue(attrValue);
5555
}

0 commit comments

Comments
 (0)