This screen was captured from Gmail app for android. The popup looks pretty cool with images and all. Any ideas on how this was made?

This screen was captured from Gmail app for android. The popup looks pretty cool with images and all. Any ideas on how this was made?

This is done with a custom dialog, it is actually quite easy to achieve. Just create a layout for a normal Activity and pass it to the Dialog builder.
For more information, check http://developer.android.com/guide/topics/ui/dialogs.html#CustomDialog out