Does anybody know of a website where I can find Android TabHost icons? (free or paid)
+2
A:
Here you will find icons for the android menus for free: http://www.androidicons.com/ But, you can contact them and pay for custom icons for your tabs.
Cristian
2010-06-22 17:16:07
+2
A:
lots of links to icons here:
http://speckyboy.com/2010/05/10/android-app-developers-gui-kits-icons-fonts-and-tools/
JoshP
2010-06-22 17:19:54
These are on your computer, if you have the Android SDK installed. Go to the SDK directory, go into `platforms/`, pick an Android version (e.g., `android-8/`), then go into `data/res/`. You will find the icons in `drawable-hdpi/` and `drawable/mdpi/`.
CommonsWare
2010-06-22 19:36:06