darrennight / Android-UndoBar

An implementation of Android's Undo Bar as seen in Google's Gmail app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

An implementation of Android's Undo Bar as seen in Google's Gmail app.

License:MIT License


Languages

Language:Java 100.0%