[android-developers] Re: Opening new package to current view

2011-04-25 Thread Stonde
Yes I own the package. I want to open it to current view, because I want to preserve a certain part of the opening package's layout. Like in the webpages a frame like part in the left side of the layout. On 22 huhti, 01:08, TreKing wrote: > On Wed, Apr 20, 2011 at 2:39 AM, Stond

[android-developers] Opening new package to current view

2011-04-20 Thread Stonde
Hi, I have a problem when loading a new package to current view. It doesn't find the libraries which the new package has. How to overcome? This is my code: public void onClick(View v) { contentLayout = (LinearLayout)findViewById(R.id.contentLayout);