Skip to content

Commit fb32eca

Browse files
committed
fix #192
1 parent 561461c commit fb32eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ private void initialise(AttributeSet attrs) {
6161
try {
6262
this.rounded = a.getBoolean(R.styleable.BootstrapEditText_roundedCorners, false);
6363

64-
int typeOrdinal = a.getInt(R.styleable.AwesomeTextView_bootstrapBrand, -1);
64+
int typeOrdinal = a.getInt(R.styleable.BootstrapEditText_bootstrapBrand, -1);
6565
int sizeOrdinal = a.getInt(R.styleable.BootstrapEditText_bootstrapSize, -1);
6666

6767
this.bootstrapBrand = DefaultBootstrapBrand.fromAttributeValue(typeOrdinal);

0 commit comments

Comments
 (0)