How can I make a layout with rounded corners? I want to apply rounded corners to my LinearLayout.
LinearLayout
Try this...
1.create drawable xml(custom_layout.xml):
2.add your view background
android:background="@drawable/custom_layout"