tags:

views:

85

answers:

1

Check out this image

alt text

How do I create such a dialog? Having 2 line subtitle and three distinctive buttons.

+1  A: 

I think this picture was created with a dialog which was defined in a XML file and then added to the dialog by calling setContenView().

The method is described here: http://developer.android.com/guide/topics/ui/dialogs.html#CustomDialog

isn't this working for you? If not I think you would have to extend the Dialog class and implement your own.

Roflcoptr