Monday, June 20, 2011

Re: [android-developers] TabHost and TabWidget ?

On Mon, Jun 20, 2011 at 11:06 AM, Simon Platten
<simonaplatten@googlemail.com> wrote:
> Thank you, I think I'll give it a miss in that case until its fixed for
> older API's, as I want to make the application available to a wider
> audience.

I think we're talking about different things.

The TabHost should work just fine on all versions of the Android platform.

The "layout library" I'm talking about is ONLY used by the layout
editor itself; what we're discussing is just a tools-bug. The
rendering target you choose in the tool, only affects how you see the
layout rendered in the tool -- it does not affect the application
you're building or shipping. You obviously want to test your layout on
an emulator or real device, and your tabhost should already be working
there.

This is a bit confusing since I mentioned that there is one version of
the layout library per version of the SDK, but that doesn't mean that
the layout library is used by the SDK itself, only that we need to
have one version of the layout library per SDK to ensure that each
layout library renders the layout using the layout code and themes and
resources exactly the way they appear in that SDK.

-- Tor

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment