简体   繁体   中英

Android material Chips, how to use them, which class is this?

I would like to display words in a way like a Tag Cloud looks. For this android material chips would be the perfect choice for me, but I can't find anywhere in the docs how to use them.

It is mentioned in the design guidelines only: https://www.google.com/design/spec/components/chips.html

Where could I find more info about it? Thanks!

A built-in component does not exist. You have to create it yourself or use some library like this https://github.com/klinker41/android-chips

As of now chipView is available only as third party library

you can use https://github.com/klinker41/android-chips

or this https://android.googlesource.com/platform/frameworks/opt/chips/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM