I want to make an application in that several pages or say activities are there..now i want to put a static image @top and left hand side throughout the whole application.means fix at that position ..So can any one please tell me how can i do that? thanx in advance
Asked
Active
Viewed 62 times
0
-
You can make a separate layout and than include in all Activities. – kamil Sep 18 '13 at 06:07
-
hi buddy check this one http://developer.android.com/guide/topics/ui/actionbar.html – nilkash Sep 18 '13 at 06:08
-
@nilkash-friend i am not asking for action bar...the image i want to put is just a line on the top side having no action – jigar Sep 18 '13 at 06:18
-
@kamil-any reference links bro? – jigar Sep 18 '13 at 06:18
-
1you can create a header layout in separate xml file and then `include` it in your all layout files :) – Muhammad Babar Sep 18 '13 at 06:25