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 ended up using the SuperToasts library that MrEngineer13 posted about.