If you want to do this using an Activity instead of a Dialog, you can do this by setting the activity’s theme to android:theme="@android:style/Theme.Dialog" in the manifest – this will make the activity appear like a dialog (floating on top of whatever was underneath it).