MessageBar icon indicating copy to clipboard operation
MessageBar copied to clipboard

An Android Toast replacement, similar to the one seen in the GMail app.

Results 3 MessageBar issues
Sort by recently updated
recently updated
newest added

I was clicking the button on the toast during the fade out animation and I got this: ``` E/AndroidRuntime﹕ FATAL EXCEPTION: main Process: net.simonvt.messagebar.samples, PID: 3073 java.lang.NullPointerException at net.simonvt.messagebar.samples.SampleActivity.onMessageClick(SampleActivity.java:67) at...

I'm new to your great libraries and I have a hard time making up what each library does. Screenshots might help a lot. Cheers, C.

This is a neat library, but one thing that would really make it more useful is the ability to pass in a style. For example, maybe I want red messagebars...