Android Chronometer: time format issue
问题 Why my chronometer wouldn't stop after I've told it to? I have found out that it seems to be isolated to the tablet I have tested it on (7 inch Galaxy Tab ). I have no idea why it would work on my phone yet not work on the tablet. The Chronometer is set up the same in both layouts (since I am using different layouts for the different screen sizes). Here is how the Chronometer is handled in the class: this.chrono = (Chronometer) findViewById(R.id.calling_crono); chrono