Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.12 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.12 KB

Android - UndoBar

As seen in Google's Gmail app.

Screenshots

  • pre KitKat

alt text alt text

  • KitKat and later

alt text alt text

Usage

  • It's as simple as:
new UndoBar.Builder(this)//
  .setMessage("X items deleted.")//
  .setListener(this)//
  .show();

License

This project is licensed under the MIT License.