How can I make a layout with rounded corners? I want to apply rounded corners to my LinearLayout.
LinearLayout
1: Define layout_bg.xml in drawables:
2: Add layout_bg.xml as background to your layout
layout_bg.xml
android:background="@drawable/layout_bg"