File tree 1 file changed +3
-0
lines changed
compose/snippets/src/main/java/com/example/compose/snippets/components
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,7 @@ fun DialExample(
144
144
is24Hour = true ,
145
145
)
146
146
147
+ // For information on how to implement a time picker dialog, see the "Dialogs for time pickers" guide.
147
148
TimePickerDialog (
148
149
onDismiss = { onDismiss() },
149
150
onConfirm = { onConfirm(timePickerState) }
@@ -170,6 +171,7 @@ fun InputExample(
170
171
is24Hour = true ,
171
172
)
172
173
174
+ // For information on how to implement a time picker dialog, see the "Dialogs for time pickers" guide.
173
175
TimePickerDialog (
174
176
onDismiss = { onDismiss() },
175
177
onConfirm = { onConfirm(timePickerState) }
@@ -207,6 +209,7 @@ fun AdvancedTimePickerExample(
207
209
Icons .Filled .AccessTime
208
210
}
209
211
212
+ // For information on how to implement a time picker dialog, see the "Dialogs for time pickers" guide.
210
213
AdvancedTimePickerDialog (
211
214
onDismiss = { onDismiss() },
212
215
onConfirm = { onConfirm(timePickerState) },
You can’t perform that action at this time.
0 commit comments