ceryle / SegmentedButton

Segmented Control with animation for Android API 12+
Apache License 2.0
364 stars 97 forks source link

How to make button group background and selector background from a custom drawable. #3

Closed kusraevs closed 7 years ago

kusraevs commented 7 years ago

Hello. Thank you for this cool library. I need to make gradient on button group background. Is there a way to do this now?

ceryle commented 7 years ago

Hi, Thank you for the kind words. I updated the library, you can use "v1.1.3". I also added an example in sample project. Below code snippet shows how to use new attributes.

app:sbg_backgroundDrawable="@drawable/gradient_drawable"
app:sbg_selectorBackgroundDrawable="@drawable/gradient_drawable_selector"
app:sbg_dividerBackgroundDrawable="@drawable/gradient_drawable_divider"
kusraevs commented 7 years ago

Well done! Thank you very much.

ceryle commented 7 years ago

You're welcome.