0

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?

Andy
  • 1,815
  • 2
  • 22
  • 49
  • No, you should use something like this to achieve the results you require https://github.com/JohnPersano/SuperToasts – MrEngineer13 May 19 '15 at 18:52

2 Answers2

0

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

Ben Weiss
  • 17,182
  • 6
  • 67
  • 87
0

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

Andy
  • 1,815
  • 2
  • 22
  • 49