I have to design an expandable panel for ICS with a "Pull Down" handle like this one. Do you know if this design is the default one for expandable panels on ICS? Or is it specific to the notification panel?

|
|
|
The circular 'pull-back-up' affordance is specific to the notification shade; I wouldn't necessarily use that elsewhere. But wait! We generally discourage docked/expanding panels (the Consider instead showing the expanded content in a separate screen (and don't forget to use the Up button). If you'd really like to maintain as much visual context as possible by not covering the full screen with expanded content, consider using a dialog or swipe views. Having said all that, if you absolutely must show an expando panel, it's fine to use mostly-universally-understood iconography that affords draggability (example here). |
|||
|