I am currently working on an application to display battery status, and I would like to use Android-drawables instead of my own images to reduce the size of the application.
I found this page listing available images and availability for each SDK version:
http://www.fixedd.com/projects/android_drawables_display
My question is: how can I access the "system" duals? If you click on the link and select the Status tab, there are some batteries, such as stat_sys_battery_0, but I can’t access it, Eclipse does not offer intellisense for it and will not compile the application if I use one of these drawings .
Since these drawings are part of all SDK versions, would I think I should use them, or are these “special” drawings protected in such a way that they can only be used by system functions (and not applications)?
Any idea is welcome.
Select0r
source share