As seen in Google's Gmail app.
- Simple Builder pattern
- Includes pre & post KitKat design
- Supports API Level >= 8 (using nineoldandroids and the latest android-support-v4.jar)
- pre KitKat
- KitKat and later
- It's as simple as:
new UndoBar.Builder(this)//
.setMessage("X items deleted.")//
.setListener(this)//
.show();
This project is licensed under the MIT License.