示例#1
0
 /**
  * Stop button tap.
  *
  * @param v
  */
 public void onStopTap(View v) {
   for (BaseSensor sensor : sensors) sensor.endRecord();
 }