How do I change the font ans font size on chronometer. When I align the chronometer with a textview it shows different size and settings. I also tried assigning font settings from textview.
chronometer.setTypeface(txtView.getTypeface());
chronometer.setTextSize(TypedValue.COMPLEX_UNIT_SP,txtView.getTextSize());