We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 434f477 commit 23712afCopy full SHA for 23712af
wear/src/main/java/com/example/wear/snippets/rotary/Rotary.kt
@@ -242,9 +242,23 @@ fun SnapScrollableScreen() {
242
// [END android_wear_rotary_input_snap_fling]
243
}
244
245
+@WearPreviewDevices
246
+@WearPreviewFontScales
247
+@Composable
248
+fun TimePickerPreview() {
249
+ TimePicker()
250
+}
251
+
252
@WearPreviewDevices
253
@WearPreviewFontScales
254
@Composable
255
fun ScrollableScreenPreview() {
256
ScrollableScreen()
257
258
259
260
261
262
+fun SnapScrollableScreenPreview() {
263
+ SnapScrollableScreen()
264
0 commit comments