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 f9875f3 commit 69a902fCopy full SHA for 69a902f
compose/snippets/src/main/java/com/example/compose/snippets/images/AnimateImageSnippets.kt
@@ -29,6 +29,7 @@ import androidx.compose.ui.unit.Dp
29
import androidx.compose.ui.unit.IntOffset
30
import androidx.compose.ui.unit.dp
31
32
+// [START android_compose_images_imageresizeonscrollexample]
33
@Composable
34
fun ImageResizeOnScrollExample(
35
modifier: Modifier = Modifier,
@@ -92,7 +93,7 @@ fun ImageResizeOnScrollExample(
92
93
)
94
}
95
-
96
+// [END android_compose_images_imageresizeonscrollexample]
97
98
@Preview(showBackground = true)
99
0 commit comments