cafebar icon indicating copy to clipboard operation
cafebar copied to clipboard

An upgraded Snackbar for Android that provides more options and easy to use

Results 5 cafebar issues
Sort by recently updated
recently updated
newest added

How do I make the `swipeToDismiss` work with a custom view?

please add border radius for floating snackbars. [enhancement]

When I use cafebar in Activity but not AppCompatActivity, it will crashed. Wish to fix it.

Also reproduce with .neutralColor/.positiveColor and etc. library version 1.3.2 Code sample: ``` public static void actionBar(Activity activity, String text, String actionText, CafeBarCallback cafeBarCallback){ CafeBar.builder(activity) .content(text) .to(activity.findViewById(R.id.coordinator)) .floating(true) .fitSystemWindow() .buttonColor(R.color.color_yellow) .neutralText(actionText)...