Questions tagged [settitle]

3 questions
0
votes
1 answer

How to change font size in .settitle in row builder (android auto)

I need some help with Android Auto code on a simple question regarding font size. I can make font size changes in most Android/Java code for smartphone apps. However, for Android Auto there are some classes and commands that I couldn't find anything…
0
votes
0 answers

StdDraw set Title Issue

So I'm trying to write a program that will eventually become more than this small test of stddraw but I wanted to change the window's name to the woah variable. Currently My code looks like this: public class Circles { public static void main…
Joey
  • 1
  • 2
0
votes
1 answer

setTitleColor not working without setTitle

I want to change the tint color of a button. button.setTitle("✸", for: .normal) button.setTitleColor(.green, for: .normal) This is working fine with the code above. However when I remove the first line (setTitle), it does not work anymore. I…
Vincent
  • 4,342
  • 1
  • 38
  • 37