1

The EditText that I am referring to is that which we can add multiple string values, and can also delete them by backspacing or clicking on it, where a popup will appear.

This is an example of what I mean:

Example of what the OP means

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491
primeS
  • 13
  • 2

1 Answers1

3

This has generally been referred to as a "chips" UI. It is not built into the Android SDK, but there are third-party libraries that support it, such as:

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491