granite.png |
Add a new style to styles.xml:
<style name="HelloWindowTitleBG">
<item name="android:background">@drawable/granite</item>
</style>
Add this line to the Hello Theme (styles.xml):
<item name="android:windowTitleBackgroundStyle">@style/HelloWindowTitleBG</item>Redeploy (mvn clean install) and your app now has a stylish window title.
No comments:
Post a Comment