That is structurally impossible, a scroll view scrolls its entire contents,
and if the tablet layout is in the contents then it will all be scrolled.

You'd need a new kind of widget that either does the scrolling itself or
probably better has its own hierarchy with a scroll view inside and managing
the contents of the scroll view as well as an additional layout outside of
the scroll view.

You could try taking the platform's table layout code and trying to wrangle
it into something like that.

On Thu, Jan 20, 2011 at 7:13 PM, TreKing <[email protected]> wrote:

> On Thu, Jan 20, 2011 at 5:50 PM, Cliff Davies <[email protected]>wrote:
>
>> Is there a better method for achieving the desired results?
>
>
> Don't think so, based on similar posts I've seen around here.
>
> On Thu, Jan 20, 2011 at 6:04 PM, Cliff Davies <[email protected]>
>  wrote:
>
>  Hmmm.... is copying column widths even possible?
>
>
> Should be, though I haven't worked that closely with TableLayouts.
>
>
> -------------------------------------------------------------------------------------------------
>  TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
> transit tracking app for Android-powered devices
>
>  --
> 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]<android-developers%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Dianne Hackborn
Android framework engineer
[email protected]

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

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