Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

add our own UI to a view android xml file [closed]

I have to add multiple options to an edit_text view as shown below, the views can be adjustable with the parent. I am not getting an idea how to do this, Can any one help how can we make this UI.

Thanks.

enter image description here

like image 815
Sruthi Mamidala Avatar asked Mar 20 '23 16:03

Sruthi Mamidala


2 Answers

Take a look at these open source project in Github

  1. https://plus.google.com/+RomanNurik/posts/WUd7GrfZfiZ
  2. https://github.com/splitwise/TokenAutoComplete
  3. https://github.com/kpbird/chips-edittext-library

See the below ScreenShots for the same

Hope this is what you are looking for.

enter image description here

enter image description here

like image 82
Amit Gupta Avatar answered Apr 02 '23 11:04

Amit Gupta


There are some SO posts which may meet your need.Refer the below posts,

Creating a custom editText with tag-like feature

Contact Bubble EditText

like image 39
Spring Breaker Avatar answered Apr 02 '23 11:04

Spring Breaker