Is anyone knows how to insert CardView
-like views into an EditText
in ANDROID inline? I did google up for a bit, and just found the library that is specifically for browsing contacts like the one in gmail android app.
I need to use it something like the tag TextBox
in stackoverflow, when we are going to post / edit a question.
1 pic worth a thousand words, so here we go:
Maybe something like Chips
like this. I have no problem of creating such View
myself, the problem is to insert it into an EditText
. Thank you.
P.S. My min sdk version is 19
UPDATE: Just saw how this is handled in SO android app. I think it's not bad tho, but still, I prefer inline solution if able.