Android default icons

Oct 10

Written by: Goran Siric
10/10/2011 9:36 AM  RssIcon

If you are new to Android it is good to know that there are some default icons in Android you can use in your own applications. 

There are two ways you can use them in your application:

1. You can use them in your code or in your XML layouts using android.R.drawable class.
2. You can make local copies of standard Android resources and use them in your projects


Example of using android resources with android.R.drawabale class

image.setImageResource(android.R.drawable.btn_star)

or in XML layout:

android:src="@android:drawable/btn_star"


If you want to make local copy of any resource go to folder where Android SDK is installed. On my system it is C:\Program Files\Android\android-sdk. Here you will se \platforms subfolder which contain one subfolder for each anroid platform version (\android-3, \android-4, \android-7, etc). Each android platform versions folder contain \data\res subfolder from which you can make local copy of resources.

According to Android Icon Design Guidelines it is better to make local copy of resources because resources can change between platform version. In that way you can maintain control over the appearance of your icons, even if the system's copy changes

Here are some useful pages where you can see default android icons and its resource identifiers.

http://since2006.com/android/2.1-drawables.php
http://www.darshancomputing.com/android/1.5-drawables.html
http://developer.android.com/reference/android/R.drawable.html



Your name:
Gravatar Preview
Your email:
(Optional) Email used only to show Gravatar.
Your website:
Title:
Comment:
Security Code
CAPTCHA image
Enter the code shown above in the box below
Add Comment   Cancel 

Search Blog

If you found this useful,
you can buy me a coffe :)

By me a coffe through PayPal :)

Featured articles

Android "DataEntry ListView" Design Pattern

Have you realized the importance of ListView control in developing android applications ?

GIMP script for creating Android icons at once

Script for creating Android icons for different screen resolutions at once. Icons can be saved using standard Android icons naming conventions and saved in appropriate folders.

Creating Android button with image and text using relative layout

Source code with examples how to use relative layout to create nice buttons with text and images in Android

Android application and the Internet

Tutorial about connecting to the web pages on the Internet from Android application, using both POST and GET web requests.

Recent Entries

Comments about Parking SMS Scheduler
Comments about cities and parking zones
Android "DataEntry ListView" Design Pattern
Android application and the Internet
Keep my DNN site alive
Android default icons

Recent Comments

Re: Creating Android button with image and text using relative layout
Thank you! This is very useful!!
Re: GIMP script for creating Android icons at once
sorry for writing in English I am French but I vien to find thanks to google finally information on the subject that I currently work thank you for sharing good information thanks to you I will advance 'll see you soon I'll follow you to the next and I recommend reading your blog friendly
Great Info.
Great information you got here. I've been reading about this topic for one week now for my papers in school and thank God I found it here in your blog. I had a great time reading this.
Re: GIMP script for creating Android icons at once
Thank you for supporting me :)
Re: GIMP script for creating Android icons at once
Thank you so much! Have donated some money to you so you can buy yourself a good beer.
You deserve it!