mabbas007 / TagsEditText

Android EditText for view tags or chips
Apache License 2.0
694 stars 124 forks source link

[proposal] Support sdk less than 23 #24

Closed shiraji closed 7 years ago

shiraji commented 7 years ago

This is proposal pull request that is supporting sdk less than 23.

ContextCompat.getColor(getContext(), color);

If the targetaSdk is less than 23, this line throws Exception.

shiraji commented 7 years ago

Thanks a lot!