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
Post a Comment