Zach
Zach

Reputation: 468

Turn Words Inside an EditText Into a Contact Icon

I'm not quite sure what to even call this. Rather than plain text editing I'd like to implement the same system here, so when a user types in other users' names followed by a space the name is replaced with a view like below. What are the basic steps to get this effect?GMail address icon

Upvotes: 0

Views: 21

Answers (1)

DDRBoxman
DDRBoxman

Reputation: 311

They are called chips.

Here are some libraries that might do the trick: https://github.com/DoodleScheduling/android-material-chips https://github.com/klinker41/android-chips

Upvotes: 1

Related Questions