Push view down using Crouton library

104 Views Asked by At

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?

2

There are 2 best solutions below

0
On BEST ANSWER

I ended up using the SuperToasts library that MrEngineer13 posted about.

0
On

The Android Design Support library is probably what you're looking for. Specially the Snackbar seems of interest for your needs.