Hi everybody,

I´ve done many tries but I can´t get this working: I´d like isolate
the GUI layer from the business one. I´d created a different package
for it, but doing so I can´t access the drawables and layouts placed
on /res/layout unless I call them using the default package as prefix.
I´d like place the layouts, drawables and other resources used by (and
only by) the GUI layer in the package of this layer, but I don´t know
how. When I copy an xml layout on the GUI package I can´t access it
like a resource.

Even if I set the id of a layout placed on /res/layout like this
"android:id="@+com.android.gui:id/main_window"" the console shows the
error:

Adding multiple application package resources; only one is allowed.
Use -x to create extended resources.

Is there any way for adding resources to a different package of the
basic one?

Thanks you very much.

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