Android AutoCompleteTextView with chips

后端 未结 7 1069
挽巷
挽巷 2020-12-02 15:42

I am not sure I am using the right words for this UI feature, but I have attached a snapshot of what I am looking to achieve in my app.

Its used by Go SMS, where a u

7条回答
  •  庸人自扰
    2020-12-02 16:25

    Starting from android support library version 28.0.0 Google added Chip view that allows us to display a chip view within our layout. Design and documentation about Chip

    And simple example:

    
    
        
    
        
    
        
    
        
    
    

提交回复
热议问题