How can I create a border around an Android LinearLayout?

前端 未结 9 982
长发绾君心
长发绾君心 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:31

    Create a one xml file in drawable folder

    
    
    
    
    
    

    Now call this xml to your small layout background

    android:background="@drawable/yourxml"

提交回复
热议问题