I'm new to Android development.
I've added a TabHost to my Android application, and can change the text of the three tabs I have just fine. I can click them to show different views, etc.
But where and how do I add an icon to a specific tab? Not change it programmatically, but actually add it on layout design? In the XML or using the designer somehow?