Let say i want these shapes in my project, like rectangle
, ring
and oval
:
Which means i should have three xml files for each shape.
So, as far as i know we create separate xml file for each shape. Is this mandatory to create each shape in separate xml file? Is there any way to create all needed shapes in one xml file and call each shape with the help of attribute name
, id
or something else which will help us to reduce the number of xml files?