SegmentedButton icon indicating copy to clipboard operation
SegmentedButton copied to clipboard

Segmented Control with animation for Android API 12+

Results 36 SegmentedButton issues
Sort by recently updated
recently updated
newest added

I can't change text font for

Fatal Exception: java.lang.IllegalArgumentException: Invalid Region.Op - only INTERSECT and DIFFERENCE are allowed at android.graphics.Canvas.checkValidClipOp(Canvas.java:789) at android.graphics.Canvas.clipPath(Canvas.java:1017) at co.ceryle.segmentedbutton.RoundedCornerLayout.dispatchDraw(RoundedCornerLayout.java:82) at android.view.View.buildDrawingCacheImpl(View.java:20078) at android.view.View.buildDrawingCache(View.java:19940) at android.view.View.draw(View.java:20543) at android.view.ViewGroup.drawChild(ViewGroup.java:4425) at android.view.ViewGroup.dispatchDraw(ViewGroup.java:4204) at android.view.View.updateDisplayListIfDirty(View.java:19669)...

ERROR: Failed to resolve: com.github.ceryle:SegmentedButton:v2.0.2 Just lemme know if anyone gets working this in the AndroidX.

Good library but RTL not supported.

Hi! Thanx a lot for your awesome library. I'm using pretty old version of it: implementation "com.github.ceryle:SegmentedButton:v1.1.3" The app crashes on Android 9, API level 28. Logs: Fatal Exception: java.lang.IllegalArgumentExceptionInvalid...

I am using targetSDKVersion 26 and run as follows.. What should I do ?

farsi text dosnt display in sb_text attr of segmentedbutton

farsi text not showing in sb_text and need to add space before text to display

Nice work, but i have a problem. I get my text string from a database and i have to change the string while the app is running. Is it possible...