Android Activity as a dialog

后端 未结 10 2393
轮回少年
轮回少年 2020-11-22 02:31

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.

How can I d

10条回答
  •  北恋
    北恋 (楼主)
    2020-11-22 03:32

    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

提交回复
热议问题