Skip to content

Commit 690333b

Browse files
committed
Adds region tags for includecode widget.
1 parent 6bbee8e commit 690333b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compose/snippets/src/main/java/com/example/compose/snippets/lists/ListWithMultipleItemTypes.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import androidx.compose.foundation.lazy.LazyColumn
2121
import androidx.compose.runtime.Composable
2222
import org.w3c.dom.Text
2323

24+
// [START android_compose_lists_multiple_item_types]
2425
@Composable
2526
fun ListWithMultipleItems(messages: List<Any>) {
2627
LazyColumn {
@@ -48,3 +49,4 @@ fun TextMessage(message: Text) {
4849
}
4950

5051
data class SampleMessage(val text: String, val content: Any)
52+
// [END android_compose_lists_multiple_item_types]

0 commit comments

Comments
 (0)