Android DialogFragment with AppCompat theme issue

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

    As far as i know once you override onCreateView you are overriding the default layout of the dialogFragment. so i suggest that you create the whole custom dialog fragment layout.

    here's a sample xml layout.

    
    
    
        
    
    
            
        
        
            
        
    
        
    
            
    
            
        
    
    

提交回复
热议问题