How to tile a background image in Android
For one of the apps I'm working on I wanted to have a nice pixel pattern tiled behind my widgets.
After a little bit of hunting around I found this tutorial, and I thought I'd clean up the lessons within and show you how.
Here's the contents of my main.xml layout file,
View the Original article