1. Create an invisible label named lblMaterial with the designer and set its Typeface to Material Icons.
2. Use this label to set the typeface of other views:
B4X:
MyButton.Typeface = lblMaterial.Typeface
You can use the code editor icon picker to add icons in your code.
1. Create an invisible label named lblMaterial with the designer and set its Typeface to Material Icons.
2. Use this label to set the typeface of other views:
B4X:
MyButton.Typeface = lblMaterial.Typeface
You can use the code editor icon picker to add icons in your code.