I am learning android 3.0.
Can any one tell How can add Image in Title bar in android 3.0?
In developer site they are telling by default it will come.but for me it is not coming.
Thanks in advance.
I am learning android 3.0. Can any one tell How can add Image in
Share
You will have to create Custom Title Bar Layout to add your own image in titlebar.And then you can use following code to assign the titlebar to your view
here custom_tittlebar_layout refers to your custom titlebar layout with image.