Exercise: DialogFragment, adding a Neutral button

The example DialogFragmentExample shows how to make a DialogFragment with a Positive and a Negative Button.

In this exercise you must extend the example to have 3 buttons:

Extra: Other properties of DialogFragment

Check what other interesting properties the DialogFragment class has.