Android DialogFragment with AppCompat theme issue

前端 未结 3 1776
温柔的废话
温柔的废话 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:24

    Theme.AppCompat.Light.Dialog sets no title window in default.

    Try something like below:

    
    

提交回复
热议问题