CMPUT301F23T15 / Kit

CMPUT 301 App Design Project
MIT License
1 stars 2 forks source link

Tag chips #24

Closed majamal014 closed 10 months ago

majamal014 commented 10 months ago

Bound the tag chips

image

Jesse-Goertzen commented 10 months ago

so this branch works on Hunter's computer too. not sure whats going on

Jesse-Goertzen commented 10 months ago

There is potentially some way to do it with a nested RecyclerView but I really don't know how it would work. The issue is that the ViewHolder for each item in the RecyclerView cannot inflate new views, so you can't create new tags within them. I don't know what the correct solution is here but the hardcoded chips seems to work for now