Re: [android-developers] Two linearlayouts inside onLayout method

2011-11-24 Thread TreKing
On Thu, Nov 24, 2011 at 2:15 AM, Dav wrote: > Can i create two linearlayouts inside the onLayout method (i am > extending from adapterview)? . > Yes, you can create two LinearLayouts. Whether this will actually work as you expect is another question. > I want to add couple of views into the fi

[android-developers] Two linearlayouts inside onLayout method

2011-11-24 Thread Dav
Can i create two linearlayouts inside the onLayout method (i am extending from adapterview)? . I want to add couple of views into the firstlayout and add rest of the views into the second linearlayout . Is this possible ? -- You received this message because you are subscribed to the Google Group