hi,
got this as a reply to another post
how can i add another line to the msgtext but with a different font size for example 12
thanks
got this as a reply to another post
B4X:
Msgbox( cs.Initialize.Alignment("ALIGN_NORMAL").Typeface(Typeface.FONTAWESOME).Color(Colors.Black).Size(14).Append(MyText).PopAll, _
cs.Initialize.Alignment("ALIGN_CENTER").Typeface(Typeface.FONTAWESOME).Color(Colors.RGB(0,128,128)).Size(30).Append("MsgHeader").PopAll)
thanks