eyeem / chips-android

Chips EditText widget for android
90 stars 24 forks source link

use the `android:` namespace attributes for XML config #20

Open ronaldoeyeem opened 9 years ago

ronaldoeyeem commented 9 years ago

currently, for the ChipsTextView, it's using it's own set of attributes, but a lot of those are pretty much the same from a TextView.

I'm pretty sure, it should be possible to replace those with the standard (e.g. android:textColor ) android namespace.