Android Theme Background applies also to title bar -


i designing andriod theme in want change background of activities. using following code:

<style name="mycustomtheme" parent="android:theme.holo">     <item name="android:windowbackground">@drawable/background_gradient</item> </style> 

the problem background applies title bar. how can apply background content please?

i think can create base activity set background in activity, activities can inherit base activity.

all can override titlebarbackground in theme:

    <item name="android:windowtitlebackgroundstyle">@color/yourtitlebarcolor</item> 

Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -