We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37fae4e commit ea1a1f1Copy full SHA for ea1a1f1
AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/BootstrapLabel.java
@@ -49,7 +49,7 @@ private void initialise(AttributeSet attrs) {
49
50
try {
51
int attrValue = a.getInt(R.styleable.BootstrapLabel_bootstrapHeading, 5);
52
- this.roundable = a.getBoolean(R.styleable.BootstrapButton_roundedCorners, false);
+ this.roundable = a.getBoolean(R.styleable.BootstrapLabel_roundedCorners, false);
53
54
this.bootstrapHeading = DefaultBootstrapHeading.fromAttributeValue(attrValue);
55
}
0 commit comments