i would like to have an actionbar title like "titlepart1titleparttwo". But as I understand it correctly through a theme you can either set the whole title on bold or not but not partly. Is there any workaround?
<style name="MyTheme" parent="@android:style/Theme.Holo.Light">
<item name="android:actionBarStyle">@style/MyActionBar</item>
</style>
<style name="MyActionBar" parent="@android:style/Widget.Holo.Light.ActionBar">
<item name="android:background">#81CFEB</item>
<item name="android:textStyle">bold</item>
</style>