Where can I find Android Tab Icons [closed]
Asked Answered
B

9

26

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

Bibliomancy answered 22/6, 2010 at 17:14 Comment(2)
Is this really programming related?Eliseelisee
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...Gunslinger
H
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

Husein answered 7/4, 2011 at 2:49 Comment(3)
Annoying that it doesn't work in Opera, Safari or Firefox (Chrome only), but otherwise very useful.Whig
Just WOW! Saves so much of time :O !!!!Revelationist
That link is not workingTwin
G
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.

Gonium answered 22/6, 2010 at 18:45 Comment(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/.Krimmer
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?Antlion
@Antlion 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/…Sanitation
T
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.

Tytybald answered 28/6, 2010 at 5:9 Comment(0)
F
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.

Festus answered 22/6, 2010 at 17:16 Comment(0)
D
3

lots of links to icons here:

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

Dugaid answered 22/6, 2010 at 17:19 Comment(0)
U
2

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

Unpaid answered 20/6, 2011 at 21:47 Comment(0)
P
1

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

Priestridden answered 4/11, 2010 at 15:12 Comment(0)
R
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.

Ransdell answered 18/5, 2011 at 14:42 Comment(0)
H
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

Holmic answered 14/9, 2013 at 8:57 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.