Home
> .Of Interest > Drawing Shapes in Android
Drawing Shapes in Android
Reblogged from Android Research Blog:
In this post I would like to share my findings about defining and using shapes. A shape is an XML file that defines a geometric shape, including strokes, colors and gradients
To define a shape:
1. Create a new Android XML file in the folder res/drawable
2. Make sure the root element of the file is <shape >. (If it's not, then change it manually)
Categories: .Of Interest


Reblogged this on PLUGININ.ORG.