I want to make a layout with a rounded border. How can I apply a radius of a particular size in a LinearLayout?
LinearLayout
You would use a Shape Drawable as the layout's background and set its cornerRadius. Check this blog for a detailed tutorial