Android Question Can you use FontAwesome in Activity.Title

DickD

Active Member
Licensed User
I have tried using the code below to add an icon to the activity.title but it doesn't work. The layout is created entirely in code. The layout FontAwesomeHidden has only a hidden button with typeface set to FontAwesome. Other FontAwesome icons work elsewhere in this same activity. Can this be done? Using B4A 6.50. Also, can fontawesome be added to titles in the Designer. This also did not work.

B4X:
Activity.LoadLayout("FontAwesomeHidden")
Activity.Title = "Matches" & Chr(0xF039)
 
Top