Thanks for Your answer.
I am having a tab activity which has 5 tabs .
i done this with programming and i have not used any xml for this tab
activity.
So how can i include common header for this activity.
I want to add a Image button on the top bar.how to handle events for
this which should apply for all activities in application.

If possible send any tutorial or source code for my understanding.

Thanks
RamaMohan


On Jan 30, 6:29 pm, Al <[email protected]> wrote:
> You can use the <include /> tab in your layout files. For each
> activity's layout file, have something like this:
>
> <include layout="@layout/common_header" />
> <!-- activity specific layout here -->
> <include layout="@layout/common_footer" />
>
>
>
> RamaMohan wrote:
> > Hi all,
> > I am Working on develop an application .In my application i want to
> > Put application header as it look like "Android Market Application" .I
> > need help on following issues.
> > 1)How to put all header same for all activities in the application.
> > 2)How to put the common header like in android market application.
> > 3)How to put a common footer for all activities in application.
>
> > If any one knows solution,please tell me,if possible send source code
> > for my understanding.
>
> > Thanks in advance.
> > RamMohan

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