<@U02DCJKDF7U> Looking at the material spec, the support for input chips with a delete button, seems...
y
@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
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
There is a SplitToggleChip that offers two tap targets. https://developer.android.com/training/wearables/components/toggle-chips
๐Ÿ‘ 1
๐Ÿ‘๐Ÿป 1