I'm using the Crouton library on Android to display some notifications. https://github.com/keyboardsurfer/Crouton
I want the notification to push the existing view down instead of being overlaid with the crouton. Is this possible using this library?
I'm using the Crouton library on Android to display some notifications. https://github.com/keyboardsurfer/Crouton
I want the notification to push the existing view down instead of being overlaid with the crouton. Is this possible using this library?
On
The Android Design Support library is probably what you're looking for. Specially the Snackbar seems of interest for your needs.
I ended up using the SuperToasts library that MrEngineer13 posted about.