I have one big layout, and one smaller layout inside of it.
How do I create a line border around the small layout?
Create a one xml file in drawable folder
Now call this xml to your small layout background
android:background="@drawable/yourxml"