I have an Activity named whereActity which has child dialogs as well. Now, I want to display this activity as a dialog for another activity.
whereActity
How can I d
If you want to remove activity header & provide a custom view for the dialog add the following to the activity block of you manifest
android:theme="@style/Base.Theme.AppCompat.Dialog"
and design your activity_layout with your desired view