示例#1
0
 private void setDateFormat() {
   mFormat = Alarms.get24HourMode(getContext()) ? Alarms.M24 : M12;
   mAmPm.setShowAmPm(mFormat == M12);
 }