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 561461c commit fb32ecaCopy full SHA for fb32eca
AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/BootstrapEditText.java
@@ -61,7 +61,7 @@ private void initialise(AttributeSet attrs) {
61
try {
62
this.rounded = a.getBoolean(R.styleable.BootstrapEditText_roundedCorners, false);
63
64
- int typeOrdinal = a.getInt(R.styleable.AwesomeTextView_bootstrapBrand, -1);
+ int typeOrdinal = a.getInt(R.styleable.BootstrapEditText_bootstrapBrand, -1);
65
int sizeOrdinal = a.getInt(R.styleable.BootstrapEditText_bootstrapSize, -1);
66
67
this.bootstrapBrand = DefaultBootstrapBrand.fromAttributeValue(typeOrdinal);
0 commit comments