Bearded-Hen / Android-Bootstrap

Bootstrap style widgets for Android, with Glyph Icons
MIT License
7.29k stars 1.43k forks source link

BootstrapEditText brand code error #192

Closed chaoweiyi closed 7 years ago

chaoweiyi commented 7 years ago

BootstrapEditText.java

row number 66 is error

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

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