-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add snippets for Indication and Ripple migration #191
Changes from all commits
6080f42
f962242
974992d
569af14
dedee21
b4ff086
694bd7d
ad3517b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -426,7 +426,7 @@ private fun CustomSnapDistance() { | |
HorizontalPager( | ||
state = pagerState, | ||
pageSize = PageSize.Fixed(200.dp), | ||
beyondBoundsPageCount = 10, | ||
outOfBoundsPageCount = 10, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. is this change reflected in the guidance as well? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This change won't be affected in the guidance on DAC since it's on the |
||
flingBehavior = fling | ||
) { | ||
PagerSampleItem(page = it) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if something was deprecated here, i think we should check what it is and try to fix the DAC page.
it's ok to add this for now, but we should at least create a bug internally
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we want to update the DAC page's snippet yet since 1.7.0 is still in alpha. We'll want to do that once 1.7.0 is stable (and the change would have to do be done on
main
)