Android Question B4XFloatTextField Hint - Fontawesome

asales

Expert
Licensed User
Longtime User
1 - change the typeface of B4XFloatTextField in Visual Designer to FontAwesome

2 - Use CSBuilder:
B4X:
Dim cs As CSBuilder
cs.Initialize.Typeface(Typeface.FONTAWESOME).Append(Chr(0xF1FD)).Pop.Append(" Birthday Date").PopAll
B4XFloatTextField1.HintText = cs
B4XFloatTextField1.Update
 
Upvote 2
Cookies are required to use this site. You must accept them to continue using the site. Learn more…