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

php - cannot display multiple markers in google maps v3 from traceroute result -

php - Boolean search on database with 5 million rows, very slow -

css - Text drops down with smaller window -