How to make custom dialog with rounded corners in android

前端 未结 16 932
半阙折子戏
半阙折子戏 2020-11-28 02:15

What I am trying to do: I am trying to make a custom dialog in android With rounded corners.

What is happening: I am able to make c

16条回答
  •  感动是毒
    2020-11-28 02:29

    For API level >= 28 available attribute android:dialogCornerRadius . To support previous API versions need use

    
    

    where dialog_bg.xml

    
    
        
            
                
            
        
        
            
                
                
    
                
            
        
    
    

提交回复
热议问题