ListFragment as DialogFragment

前端 未结 2 577
误落风尘
误落风尘 2021-01-25 05:19

Is it possible to show ListFragment as Dialog? Or there\'s no way and I should implement my own ListView, empty TextView and

2条回答
  •  长发绾君心
    2021-01-25 06:18

    I am not very sure whether it works with ListFragment or not but we can show an activity as Dialog by applying a theme to activity in manifest file as:

    
    

    Please try with your ListFragment, and let me know if it works.

    Thank you.

提交回复
热议问题