Hello,

Does anyone have an idea if (how?) some of the resources (e.g.
drawables) present in android.jar, but inaccessible through
android.R.* can be accessed?

EXAMPLE:
If you want to use the system-wide horizontal separator drawable, the
<divider_horizontal_bright.9.png> resource accessible through the
<android.R.divider_horizontal_bright> ID works fine.

However, when I needed the system-wide VERTICAL separator drawable, I
got stuck. Although the file <divider_vertical_bright.9.png> exists in
the same directory as <divider_horizontal_bright.9.png>, there is no
corresponding <android.R.divider_vertical_bright> ID defined that I
could use.

I ended up taking the resource out from the JAR and adding it to my
project's resources, but I dont like this..

Thank you for any suggestions,

-szabolcs

--~--~---------~--~----~------------~-------~--~----~
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