Tag Archives: android:layout_margin

How to use shapes in android? A simple example.

By | June 4, 2012

In android with shapes we can create beautiful layouts. Lets look at an example. Create an xml named “gradient.xml” in your drawable folder and copy this code into it. Now the main layout file main.xml The main java file. Done. You can now run the application.