Below is my application header and I want to set current date-time in "DD/MM" place. How can I do this programmatically ? I am using actionBarSherlock
This is how I have set the background:
<style name="AppBaseTheme" parent="Theme.Sherlock.Light.DarkActionBar">
<item name="actionBarStyle">@style/Widget.MyTheme.ActionBar</item>
<item name="android:actionBarStyle">@style/Widget.MyTheme.ActionBar</item>
</style>
<style name="Widget.MyTheme.ActionBar" parent="Widget.Sherlock.ActionBar">
<item name="android:background">@drawable/abs_bg</item>
<item name="background">#ffffff</item>
</style>