Android:How to programmatically set an Activity’s theme to Theme.Dialog
Would like to give a work around for this problem. Problem : How to use the same activity as both dialog and full screen based. Solution : Define your activity in your AndroidManifest.xml with the theme @android:style/Theme.Dialog In your respective .Java file, check for an intent extra that defines dialog mode. If it does not … Read more