Or  you could just use the drawables that are part of the android operating
system.  Then they automatically get updated when android changes... For
example, the settings icon has changed in 2.0, etc...  Plus there is no
additional size to your application.

You can get the name of the drawable by hovering over the images in the
"Standard Menu Icons" section of this page:
http://developer.android.com/guide/practices/ui_guidelines/icon_design.html

For example if you hover over the add button it says "ic_menu_add." To use
the add drawable you would reference it as: android.R.drawable.ic_menu_add

Hope that helps!

----------------------------------------------------------------------
There are only 10 types of people in the world...
Those who know binary and those who don't.
----------------------------------------------------------------------


On Sun, Dec 13, 2009 at 6:27 PM, Yousuf Syed <[email protected]>wrote:

> Hi,
>
> here are some as well.
>
>
> http://www.screaming-penguin.com/info/android_drawables/android_drawables.html
>
> Regards,
>
> Yousuf.
>
>
> On Sun, Dec 13, 2009 at 6:19 PM, Liviu Ungureanu <[email protected]>wrote:
>
>> Hi!
>>
>>  Try this link : http://e-lusion.com/design/greyscale
>>
>>  --
>> You received this message because you are subscribed to the Google
>> Groups "Android Beginners" group.
>> To post to this group, send email to [email protected]
>> To unsubscribe from this group, send email to
>> [email protected]<android-beginners%[email protected]>
>> For more options, visit this group at
>> http://groups.google.com/group/android-beginners?hl=en
>>
>
>  --
> You received this message because you are subscribed to the Google
> Groups "Android Beginners" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]<android-beginners%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/android-beginners?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to