Implemented basic header behavior
This commit is contained in:
@@ -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
|
||||
// last inputted time.
|
||||
// NumpadTimePickerDialog.newInstance(this).show(getSupportFragmentManager(), TAG_TIME_PICKER);
|
||||
NumberGridTimePickerDialog.newInstance(NumberGridTimePickerDialog.INDEX_HOURS)
|
||||
NumberGridTimePickerDialogV2.newInstance(NumberGridTimePickerDialogV2.HOUR_INDEX, NumberGridTimePickerDialogV2.HALF_DAY_1)
|
||||
.show(getSupportFragmentManager(), TAG_TIME_PICKER);
|
||||
}
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user