My original goal here was a modal dialog, but you know, Android didn\'t support this type of dialog. Alternatively, building a dialog-themed activity would possibly work.
dialog.getWindow().setBackgroundDrawable(new ColorDrawable(0));
and import android.graphics.drawable.ColorDrawable; on top :)
import android.graphics.drawable.ColorDrawable; on top :)