CookieBar2 icon indicating copy to clipboard operation
CookieBar2 copied to clipboard

Android library for displaying text messages, notifications and alerts at the top or bottom of the screen. A great alternative for toast and snackbar alerts.

Results 7 CookieBar2 issues
Sort by recently updated
recently updated
newest added

how to set font Programmatically? please Help

老程序compileSdkVersion29修改到31会对之前的工程有很大的影响建议降低dependencies为最小可用版本

Hi! Have an exception on the 1.1.5 version: > Fatal Exception: java.lang.IllegalStateException: The specified child already has a parent. You must call removeView() on the child's parent first. at android.view.ViewGroup.addViewInner(ViewGroup.java:5212)...

As per your comment I'm creating a pull request with overloaded functions for setting colors that take hexadecimal strings as parameters. Not sure if it's the best way, so feel...

Till the time CookieBar is open the buttons and other views on the screen are not clickable we need to wait for it to get auto-dismiss or manual dismiss, after...

Hi there, tnx for your greate library. I have a problem in show CookieBar in BottomSheetDialogFragment when call the method to show CookieBar inside the BottomSheetDialogFragment, it appears behind the...

SwipeToDismiss not working if custom view's Root view has click listener set .. Is there a way we can have both ?