Material Icons
Last updated
Last updated
Material Icons are the patterns of icons created by Google - Material Design. They are designed to be used in your Web/iOS/Android projects. Material Icons are available in a wide variety of densities and sizes, with more than 900 icons, as well as being Open Code.
To use the icons, import the MaterialIcons
class:
import totalcross.ui.icon.MaterialIcons; Icon icon = new Icon(MaterialIcons.values());
Learn more about Material Design with our Blog Post.
Learn more about how Material Icons works.
See the TotalCross JavaDocs for more information.