How to display an existing ListFragment in a DialogFragment

前端 未结 4 1065
一个人的身影
一个人的身影 2020-12-16 01:44

I have the following problem:

I have an exisiting ListFragment, but I would like to display this as a dialog.

My first approach was to create a

4条回答
  •  自闭症患者
    2020-12-16 02:42

    I would either put the ListView inside a DialogFragment or try to put the ListFragment inside a Dialog. I am not sure if the second one is possible though.

提交回复
热议问题