How can I make a layout with rounded corners? I want to apply rounded corners to my LinearLayout.
LinearLayout
If you would like to make your layout rounded, it is best to use the CardView, it provided many features to make the design beautiful.
With this card_view:cardCornerRadius="5dp", you can change the radius.