Skip to content

Commit

Permalink
fix #192
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench committed Jul 22, 2017
1 parent 561461c commit fb32eca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ private void initialise(AttributeSet attrs) {
try {
this.rounded = a.getBoolean(R.styleable.BootstrapEditText_roundedCorners, false);

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

this.bootstrapBrand = DefaultBootstrapBrand.fromAttributeValue(typeOrdinal);
Expand Down

0 comments on commit fb32eca

Please sign in to comment.