@John Nichol Looking at the material spec, the support for input chips with a delete button, seems to indicate a secondary action in Chip might be ok. Obviously the primary action is opening the detail view. Are there guidelines for Chips in Wear like that? How to have a secondary action like Download instead of Open/Play?
j
John Nichol
10/19/2021, 10:23 AM
https://developer.android.com/training/wearables/components/chips is the guidance for Chips. I donโt see any mention of multiple action support there. That said I did personally build a chip with mutliple actions the other day to test out list ordering where I wanted to add/remove and move chips up and down in a list - but it would be an accessibility nightmare for a real use case