Ok. Solved it.

ViewGroup header = (ViewGroup) View.inflate(this, R.layout.header,
null);
LinearLayout layout = (LinearLayout) getTabHost().getChildAt(0);
layout.addView(header, 1);

Fetch the TabHost and insert the addition layout in between the Tabs
and display.

On Aug 18, 10:32 pm, Eurig Jones <[email protected]> wrote:
> More of a TabWidget question I guess really...
>
> I would've tried to send a screenshot for this query if I could, but
> i'll try and explain.
>
> I have 3 Tabs, each showing a seperate Activity. Underneath those tabs
> (and above the activity display), I want to display a header. This
> header would probably be a Layout of some sort with a TextView inside
> it and a background 9patch.
>
> Is this possible, if so how?
>
> Regards,
> Eurig
--~--~---------~--~----~------------~-------~--~----~
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