How to draw Line & Rectangle shapes for EditText in drawable XML file? Jack Friday, October 19, 2018 0 To draw a LINE 1. Create an XML file in the drawable folder 2. Create layer-list tag and add item tag as inner tag 3. Give top, le... Read more »
How to define a circle shape in an Android xml drawable file? Jack Tuesday, October 16, 2018 0 To draw a circle, we are just using a oval shape with same height and width which results a circle. 1. Create an XML file in the draw... Read more »