I wanted to provide the SnackBar
animation from top, instead of the regular behavior that displays the SnackBar
from bottom. Is this easily hackable?
it is possible. check this library made by me https://github.com/AndreiD/TSnackBar
basically you add 2 new animations for sliding from top, and change the gravity of the layout. That's all :)
Later Edit: there's a bug going on.... . if anyone wants to spend some time into fixing it we'd all appreciate it :)