On Jul 28, 11:57 am, swapnil <[email protected]> wrote:

> There are images provided in android-sdk-windows-1.5_r2\platforms
> \android-1.5\data\res\drawable
> folder of SDK.
>
> Is there any way that we can use those directly in appliation.
> (without local copy)?

Certainly some of them can be accessed with resource identifiers like
android.R.drawable.[file_name]. For example, I'm using the standard
Settings menu icon by referencing
android.R.drawable.ic_menu_preferences.

There may be some restrictions on some of the images, I can't speak to
that. I could imagine restrictions to prevent spoofing system
functionality by misusing system images. Try the ones you want and
see!

String
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" 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-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to