Skip to content

Instantly share code, notes, and snippets.

@LDRAlighieri
Created February 17, 2023 17:59
Show Gist options
  • Save LDRAlighieri/ac5bda4548f73299c0a641b393bc5148 to your computer and use it in GitHub Desktop.
Save LDRAlighieri/ac5bda4548f73299c0a641b393bc5148 to your computer and use it in GitHub Desktop.
Example of corbind-material Slider.valueChanges extension
minVisibleItemsSlider.valueChanges()
.onEach { count -> expandableCell.minVisibleItems = count.roundToInt() }
.launchIn(scope)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment