Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/top-components' into top-components
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeroseman committed Aug 17, 2023
2 parents 22ebc1f + 82bf379 commit 57abeb3
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ fun TextButtonExample(onClick: () -> Unit) {
Text("Text Button")
}
}
// [END android_compose_components_textbutton]
// [END android_compose_components_textbutton]
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,3 @@ fun OutlinedCardExample() {
}
}
// [END android_compose_components_outlinedcard]

Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ fun FilterChipExample() {
}
// [END android_compose_components_filterchip]


// You could set this up similarly to the filter chip above and have it toggleable, but this is
// an example of a chip that can dismiss with a click.
// [START android_compose_components_inputchip]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -289,4 +289,3 @@ fun FullScreenDialog(onDismissRequest: () -> Unit) {
}
}
// [END android_compose_components_fullscreendialog]

Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,3 @@ fun LargeExample(onClick: () -> Unit) {
}
}
// [END android_compose_components_largefab]

Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ fun ScaffoldExample() {
}
}
}
// [END android_compose_components_scaffold]
// [END android_compose_components_scaffold]

0 comments on commit 57abeb3

Please sign in to comment.