Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-master-dev
commit 934d06df7ce24fd4dbf4279f3e214e5925daaf14
Author: Matvei Malkov <malkov@google.com>
Date: Thu Oct 01 18:29:29 2020
Make Modifier.swipeable have 56.dp thresholds by default.
Per material pronciples guidelines, this is a most desired value and we should insist with default that users use it
Relnote: Modifier.swipeable has 56.dp thresholds for states by default now
Fixes: 168610267
Change-Id: Iab825eb19a13d9600aae2041ecd308851f530450
Test: should pass
M compose/material/material/api/current.txt
M compose/material/material/api/public_plus_experimental_current.txt
M compose/material/material/api/restricted_current.txt
M compose/material/material/src/commonMain/kotlin/androidx/compose/material/BackdropScaffold.kt
M compose/material/material/src/commonMain/kotlin/androidx/compose/material/BottomSheetScaffold.kt
M compose/material/material/src/commonMain/kotlin/androidx/compose/material/Drawer.kt
M compose/material/material/src/commonMain/kotlin/androidx/compose/material/ModalBottomSheet.kt
M compose/material/material/src/commonMain/kotlin/androidx/compose/material/Swipeable.kt
https://android-review.googlesource.com/1444475
Branch: androidx-master-dev
commit 934d06df7ce24fd4dbf4279f3e214e5925daaf14
Author: Matvei Malkov <malkov@google.com>
Date: Thu Oct 01 18:29:29 2020
Make Modifier.swipeable have 56.dp thresholds by default.
Per material pronciples guidelines, this is a most desired value and we should insist with default that users use it
Relnote: Modifier.swipeable has 56.dp thresholds for states by default now
Fixes: 168610267
Change-Id: Iab825eb19a13d9600aae2041ecd308851f530450
Test: should pass
M compose/material/material/api/current.txt
M compose/material/material/api/public_plus_experimental_current.txt
M compose/material/material/api/restricted_current.txt
M compose/material/material/src/commonMain/kotlin/androidx/compose/material/BackdropScaffold.kt
M compose/material/material/src/commonMain/kotlin/androidx/compose/material/BottomSheetScaffold.kt
M compose/material/material/src/commonMain/kotlin/androidx/compose/material/Drawer.kt
M compose/material/material/src/commonMain/kotlin/androidx/compose/material/ModalBottomSheet.kt
M compose/material/material/src/commonMain/kotlin/androidx/compose/material/Swipeable.kt
Description
Per discussion with Brenton let's make threshold to default to the 56.dp as this is most desired