Is there code for Snackbars in Android L or are we expected to implement them ourselves?

后端 未结 6 1275
孤街浪徒
孤街浪徒 2020-12-16 12:48

The Material design website mentions a new Toast-like element called a Snackbar: http://www.google.com/design/spec/components/snackbars-and-toasts.html

The Android L

6条回答
  •  庸人自扰
    2020-12-16 13:30

    Update 2015-05-29:

    Google released a Design Support Library which includes a Snackbar and other Material Design widgets.

    The Snackbar lib mentioned in the original answer is now deprecated.

    Original answer

    I'm sure Google will eventually include it in a future SDK, along with a Floating Action Button that is also missing in the preview SDK.

    As @friedrich nietzche pointed out, I implemented a library to include a Snackbar in your project.

    https://github.com/nispok/snackbar

    Hope it helps!

提交回复
热议问题