Possible Duplicate:
How do I programmatically set the background color gradient on a Custom Title Bar?
I want to use gradient color in application title bar. How can I do it?
Thanks in advance.
I want to use gradient color in application title bar. How can I do it? Thanks in advance. |
|||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
All people are trying to use Custom title for this requirement. I achieved this without using custom title. Just use below code in your activity's onCreate() after setContentView().
Enjoy with above code. Below image is screen shot of my app with gradient color as title bar background.
|
|||||
|