How can I make a layout with rounded corners? I want to apply rounded corners to my LinearLayout.
LinearLayout
Create your xml in drawable, layout_background.xml
layout_background.xml
<--width, color, radius should be as per your requirement-->
and then, add this in your layout.xml
layout.xml
android:background="@drawable/layout_background"