google / automotive-design-compose

Automotive Design for Compose is an extension to Jetpack Compose that allows every screen, component, and overlay of your Android App to be defined in Figma, and lets you see the latest changes to your Figma design in your app, immediately!
https://google.github.io/automotive-design-compose/
Apache License 2.0
115 stars 17 forks source link

Dropdown list, Slider bar support #1721

Open BIN-KOUHINN opened 1 week ago

BIN-KOUHINN commented 1 week ago

Hello guys,

### About dropdown list support: It is known that we can use Figma prototype to make a dropdown list. Want to know how dropdown list supported by design compose? Can we get/set the selection state of the dropdown list of Figma prototype? Or how do we make a dropdown list working from code by design compose? dropdown list example: Image Also see Figma create dropdown list prototype.

### About Slider bar support How Slider bar is supported by design compose? We need to get/set the sliderbar state from Android Code also, so only Figma prototype is not OK. Slider bar example: Image Also see Figma create sliderbar prototype.

Thanks in advance, BIN

BIN-KOUHINN commented 1 week ago

Can anyone give some comments? Thanks.