Skip to content

Commit 69a902f

Browse files
committed
Add region tags
1 parent f9875f3 commit 69a902f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compose/snippets/src/main/java/com/example/compose/snippets/images/AnimateImageSnippets.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ import androidx.compose.ui.unit.Dp
2929
import androidx.compose.ui.unit.IntOffset
3030
import androidx.compose.ui.unit.dp
3131

32+
// [START android_compose_images_imageresizeonscrollexample]
3233
@Composable
3334
fun ImageResizeOnScrollExample(
3435
modifier: Modifier = Modifier,
@@ -92,7 +93,7 @@ fun ImageResizeOnScrollExample(
9293
)
9394
}
9495
}
95-
96+
// [END android_compose_images_imageresizeonscrollexample]
9697

9798
@Preview(showBackground = true)
9899
@Composable

0 commit comments

Comments
 (0)