Android DialogFragment with AppCompat theme issue

前端 未结 3 1774
温柔的废话
温柔的废话 2021-02-08 10:23

I\'ve trying to create DialoFragment with AppCompat theme, but when i use AppCompat theme, dialog title is not shown.

I\'am using defined style:



        
3条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-08 10:46

    Try extending AppCompatDialogFragment instead of DialogFragment. That should do the trick.

提交回复
热议问题