I asked another question about custom AlertDialog here.
Then I clicked my way to this custom AlertDialog (found here):
import android.app.AlertDialog; im
override on create method of altertdialog and call following methods in overridden method oncreate
setContentView(R.layout.paus);
this will solve your problem.