Closed songuyen1816 closed 6 years ago
Call getTextView()
on CircularToggle
to retrieve the embedded TextView
, then use setTypeface(Typeface tf, int style)
to set text style.
CircularToggle toggle = findViewById(R.id.choice_a);
toggle.getTextView().setTypeface(Typeface.DEFAULT, Typeface.BOLD);
i can't set bold style text in CircularToggle button T_T , how to set it? sorry for my English!