How can I make a layout with rounded corners? I want to apply rounded corners to my LinearLayout.
LinearLayout
Use CardView to get rounded edges for any layouts. Use card_view:cardCornerRadius="5dp" for cardview to get rounded layout edges.