Does anybody know of a website where I can find Android TabHost icons? (free or paid)
-
1Is this really programming related? – Moak Jun 28 '10 at 05:11
-
21Programmers 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 Answers
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

- 376
- 3
- 4
-
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
-
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.

- 424
- 2
- 6
-
3These 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
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.

- 198,401
- 62
- 356
- 264
lots of links to icons here:
http://speckyboy.com/2010/05/10/android-app-developers-gui-kits-icons-fonts-and-tools/

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

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

- 1
- 1

- 11
- 1
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

- 13,436
- 6
- 71
- 120
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.

- 2,464
- 23
- 32