I'm creating custom *.jar library that android application writers can
use. This library will provide custom views (custom android controls).
Library is to be separated into couple packages. It needs to have the
same access to my internal resources as it is done in android.jar
library. What is the best approach I can take to do that?