Skip to content

Commit

Permalink
Add IncrementDecrementItem for floatingButtonSpacingDp to AppearanceB…
Browse files Browse the repository at this point in the history
…ottomSheetDialogFragment (#9807)
  • Loading branch information
tjclawson-stripe authored Dec 19, 2024
1 parent 88adb6a commit 47acff0
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,15 @@ private fun EmbeddedPicker(
}
Divider()

IncrementDecrementItem("floatingButtonSpacingDp", embeddedAppearance.floatingButtonSpacingDp) {
updateEmbedded(
embeddedAppearance.copy(
floatingButtonSpacingDp = it
)
)
}
Divider()

AppearanceToggle("topSeparatorEnabled", embeddedAppearance.topSeparatorEnabled) {
updateEmbedded(
embeddedAppearance.copy(
Expand Down

0 comments on commit 47acff0

Please sign in to comment.