26

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

Tawani
  • 11,067
  • 20
  • 82
  • 106
  • 1
    Is this really programming related? – Moak Jun 28 '10 at 05:11
  • 21
    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 '12 at 11:36

9 Answers9

36

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

Jon
  • 376
  • 3
  • 4
8

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.

ryangavin
  • 424
  • 2
  • 6
  • 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 00:25
  • 2
    @Bear Google actually recommends copying the icons into your drawable folder since the Android graphic may differ from device to device. See http://developer.android.com/guide/practices/ui_guidelines/icon_design_tab.html#examples5 – Nathan Fig Jul 08 '11 at 17:00
4

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.

Ruxton
  • 656
  • 6
  • 14
3

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
  • 198,401
  • 62
  • 356
  • 264
3

lots of links to icons here:

http://speckyboy.com/2010/05/10/android-app-developers-gui-kits-icons-fonts-and-tools/

JoshP
  • 355
  • 1
  • 9
2

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

leo
  • 21
  • 1
1

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

Community
  • 1
  • 1
0

There are some other sites too providing you free icons.

http://ntt.cc/2010/08/04/350-fresh-and-elegant-free-icons-for-android.html. http://www.download3000.com/download_63177.html

NightFury
  • 13,436
  • 6
  • 71
  • 120
0

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.

alex
  • 2,464
  • 23
  • 32