Search code examples
androidcrouton

How can I spawn an Android crouton from the bottom?


I am using keyboardsurfer's crouton library as a replacement for toasts. I am curious if there is an easy way to spawn the crouton from the bottom rather than the action bar. I looked at Configuration but didn't notice anything that would help me.


Solution

  • See: https://github.com/keyboardsurfer/Crouton/issues/84 which leads to https://github.com/keyboardsurfer/Crouton/pull/132 which leads to https://github.com/keyboardsurfer/Crouton/issues/169 :(

    In short: not available yet but you'd simply need to take the proposed pull request and format it to the new Android Studio source tree structure.