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

