Does anybody know of a website where I can find Android TabHost icons? (free or paid)

link|improve this question

64% accept rate
1  
Is this really programming related? – Moak Jun 28 '10 at 5:11
4  
Programmers in general are not always good graphic designers. However they rely heavily on graphics to make good applications. In this way, easily finding useful graphics is indeed related to programming in my opinion... – jake_hetfield Jan 20 at 11:36
feedback

8 Answers

up vote 24 down vote accepted

Anyone who is looking for Android tab icons, or any android icons, should definitely check out this website. I found it super helpful.

http://android-ui-utils.googlecode.com/hg/asset-studio/dist/index.html

link|improve this answer
Annoying that it doesn't work in Opera, Safari or Firefox (Chrome only), but otherwise very useful. – Dan Dyer Apr 18 '11 at 22:58
1  
Impressive icon generator! – Jakobud Sep 26 '11 at 15:55
feedback

Also there are several Drawables that can be reused from android.jar.

This website catalogs them with their names: http://androiddrawableexplorer.appspot.com/

There are a bunch of good ones for use with tabs.

link|improve this answer
3  
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 Jun 22 '10 at 19:36
I looked in the folder and found the icon I wanted ic_menu_refresh but when I tried to set it using setImageResource(android.R.drawable.ic_menu_refresh it didn't resolve?? I assume it's bad practice to physically copy the icons to my drawable folder? – Bear Jun 29 '11 at 0:25
2  
@Bear Google actually recommends copying the icons into your drawable folder since the Android graphic may differ from device to device. See developer.android.com/guide/practices/ui_guidelines/… – Nathan Fig Jul 8 '11 at 17:00
feedback

Check out glyFX we have a couple of android tab bar icon sets, are working on more and can do custom ones if need be.

link|improve this answer
feedback

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.

link|improve this answer
feedback

Also checkout a new set of 350 Android Menu and Tab Bar Icons. http://www.billybarker.net/350-mobile-app-icons-for-developers/

link|improve this answer
feedback

There is a large set (550+) of Android tab and menu icons at iconsberlin.com available. Cross platform developers may get iOS and Android icons in one package.

link|improve this answer
feedback

look for android tab icons here: http://www.aha-soft.com/stock-icons/android-tab-icons.htm

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.