mabbas007 / TagsEditText

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

Namespace 'TagsEditText' is not bount #18

Closed aldakur closed 8 years ago

aldakur commented 8 years ago

I have this error in my xml when I follow the 3 step. "Namespace 'TagsEditText' is not bound"

Edit: if I replace 'TagEditText' by 'app' everything works fine but I don't understand why.

aldakur commented 8 years ago

It necessary this line in the Layout: xmlns:TagsEditText="http://schemas.android.com/apk/res-auto"