addisonElliott / SegmentedButton

Segmented Control/Button with animation for Android API 16+
Apache License 2.0
150 stars 39 forks source link

Animation with drawable background #36

Open abdul02123 opened 4 years ago

abdul02123 commented 4 years ago

I have set background drawable to Segment button group when button is selected. The issue is: When i run the app, the sliding animation disturbs e.g The animation passes through separator which looks like it cuts over through separator when clicking next button.

Note: This issue appears only when we set @drawable/background. Not with @color/blue Thanks