I have an Application in which I want to set header and footer for specific layout.
Can anyone tell me how can I do that?
I have an Application in which I want to set header and footer for specific layout.
Can anyone tell me how can I do that?
You can use RelativeLayout
and attributes as below:
For header:
android:layout_alignParentTop="true"
For footer:
android:layout_alignParentBottom="true"