I want to set custom title bar to which i want to set ImageView as background to the title bar. how to set ImageView for custom title bar in android. i used:

 getWindow().setFeatureInt(Window.FEATURE_CUSTOM_TITLE, R.layout.page_layout);
 requestwindowfeature(Window.CUSTOMTITLEBAR, R.layout.pagelayout);

which is not setting the background of the ImageView how do i do it. Any suggestions is appreciated.

link|improve this question

20% accept rate
You can visit this link : stackoverflow.com/questions/2086989/custom-title-with-image Similar question. – learn_andrd Sep 15 '11 at 5:53
feedback

1 Answer

For Custom title bar check the below link ..

Custom title bar with Image and Text

link|improve this answer
@user562237 Have you tried this link? – Venky May 2 '11 at 10:42
yes.. but still not working – user562237 May 2 '11 at 10:57
What's the problem you are facing? – Venky May 2 '11 at 11:01
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.