Android material chips

前端 未结 5 1995
梦如初夏
梦如初夏 2020-12-10 11:41

I want to implement an autocomplete edittext with chips in my application and I want to do it in a way that it\'s done here: material design chips. First I would like to as

5条回答
  •  孤城傲影
    2020-12-10 12:04

    This links might help

    The Chip widget provides a complete implementation of Material Design’s chip component. Example code of how to include the widget in your layout:

    
    

    https://material.io/develop/android/components/chip/

    Another 3rd party libraries

    Nachos is a library for Android that provides a custom TextView allowing users to enter text and create material chips in the text field. https://github.com/hootsuite/nachos

    MaterialChipsInput Implementation of Material Design Chips component for Android. The library provides two views: ChipsInput and ChipView. https://github.com/pchmn/MaterialChipsInput

    Material Chip view. Can be used as tags for categories, contacts or creating text clouds https://github.com/robertlevonyan/materialChipView

提交回复
热议问题