I knew the format of chronometer can be MM:SS or HH:MM:SS, but I want to know how to use setFormat() and getFormat() to set HH:MM:SS pattern(now is MM:SS).
At this time, I use:
android:format="@string/chronometer_initial_format"
to set Format by declare:
<xliff:g id="initial-format">%1$s</xliff:g>
at res/values/strings.xml
I tried to search by googling, but can't get good answer. Anyone can suggest ? Thank you