How to make layout with rounded corners..?

后端 未结 18 3118
独厮守ぢ
独厮守ぢ 2020-11-22 09:37

How can I make a layout with rounded corners? I want to apply rounded corners to my LinearLayout.

18条回答
  •  悲&欢浪女
    2020-11-22 10:24

    Step 1: Define bg_layout.xml in drawables folder.

    Step 2: Add bg_layout.xml as background to your layout.

        
    
         
    
         
    
         
    
    
    

提交回复
热议问题