Merged aosp timepicker code

This commit is contained in:
Phillip Hsu 2016-07-22 19:42:18 -07:00
parent 2ef36ea05f
commit 63cffaf0a2
3 changed files with 1095 additions and 1205 deletions

View File

@ -322,7 +322,7 @@ public class EditAlarmActivity extends BaseActivity implements
// So the next time we call show() on it, the input field will show the // So the next time we call show() on it, the input field will show the
// last inputted time. // last inputted time.
// NumpadTimePickerDialog.newInstance(this).show(getSupportFragmentManager(), TAG_TIME_PICKER); // NumpadTimePickerDialog.newInstance(this).show(getSupportFragmentManager(), TAG_TIME_PICKER);
NumberGridTimePickerDialogV2.newInstance(NumberGridTimePickerDialogV2.HOUR_INDEX, NumberGridTimePickerDialogV2.HALF_DAY_1) NumberGridTimePickerDialog.newInstance(NumberGridTimePickerDialog.HOUR_INDEX, NumberGridTimePickerDialog.HALF_DAY_1)
.show(getSupportFragmentManager(), TAG_TIME_PICKER); .show(getSupportFragmentManager(), TAG_TIME_PICKER);
} }