Hi All,
I am sorry if this is basic question as I am trying to grasp the transition from B4A to B4I, I am trying to assign MaterialIcon or fontawesome + text using CSBuilder.
Based on this link it should work with AttributedString, but can not find this when I am using b4xview (by button/label is b4xview as I am trying cross platform), so how can I achieve the below:
Thanks in advance for the assistance
I am sorry if this is basic question as I am trying to grasp the transition from B4A to B4I, I am trying to assign MaterialIcon or fontawesome + text using CSBuilder.
Based on this link it should work with AttributedString, but can not find this when I am using b4xview (by button/label is b4xview as I am trying cross platform), so how can I achieve the below:
B4X:
cs.Font(Font.CreateMaterialIcons(20)).Color(0xFF777777).Append(Chr(0xE7FD)).Append("test").PopAll
Main_Button1.Text = cs
Thanks in advance for the assistance