Android Question Not able to apply CharSequence / CSBuilder to appcompat title

shashkiranr

Active Member
Licensed User
Longtime User
Hi All,

Trying to set the appcompat actionbar title with a custom font and color but the title is not showing. I am using the below lines

B4X:
cb.Initialize.Append("app title").Typeface(ty).Color(color.red).PopAll

Best,
SK
 

DonManfred

Expert
Licensed User
Longtime User
you are creating a charsequence but that´s all... Where are you USING the result of this charsequence?
 
Upvote 0
Top