hhroc / yellr-android

YellR Android App
GNU General Public License v2.0
2 stars 5 forks source link

Snackbar confirmations #64

Open reustonium opened 9 years ago

reustonium commented 9 years ago

Rather than using toasts, it would be nice to use a snackbar notification when the user performs an action. e.g. submit new post, boom snackbar on the bottom to let them know it was successful (or unsuccessful).

https://github.com/nispok/snackbar

snackbar example

thequbit commented 9 years ago

I personally like the Toast notification, but if you think this is the future of Android then we can make the transition, otherwise I think it may be a distraction. I'll leave this open, and place it in the v0.1.4 milestone so we can revisit it.

reustonium commented 9 years ago

This can probably stay out until a full 'Material Design' is implemented

http://www.google.com/design/spec/components/snackbars-toasts.html#snackbars-toasts-specs

thequbit commented 9 years ago

ooo, i like it when there is some margin on them, like this picture:

I could defintely get behind that. But I agree, let's hold off for now. Thanks for the link @reustonium !