I am looking to make an app where all backgrounds are black and the default font is bold + white.
I know you can do stuff like this to set the defaults for all Canvas objects:
Any advice on this topic, especially relative to the fonts?
I know you can do stuff like this to set the defaults for all Canvas objects:
Code:
final Canvas canvas = new Canvas (); canvas.setBackgroundColor ("black"); Canvas.setDefaultProperties (canvas);