How can I create a border around an Android LinearLayout?

前端 未结 9 1110
长发绾君心
长发绾君心 2020-12-22 20:33

I have one big layout, and one smaller layout inside of it.

How do I create a line border around the small layout?

9条回答
  •  不思量自难忘°
    2020-12-22 21:23

    Try this:

    For example, let's define res/drawable/my_custom_background.xml as:

    (create this layout in your drawable folder) layout_border.xml

      
    
        
            
                
                
                
    
                
            
        
    
    
    

    main.xml

    
    
    

提交回复
热议问题