Venthorus
09/21/2023, 12:15 PMyschimke
09/21/2023, 12:40 PMVenthorus
09/21/2023, 12:51 PMyschimke
09/21/2023, 2:54 PMDisplay the scroll bar when the user interacts with a scrollable view.
Venthorus
09/26/2023, 1:16 PMyschimke
09/27/2023, 6:45 AMVenthorus
09/27/2023, 9:00 AMyschimke
09/28/2023, 2:56 PMVenthorus
10/01/2023, 8:52 PMyschimke
10/02/2023, 12:21 PMThomas
10/02/2023, 1:44 PMyschimke
10/02/2023, 1:57 PMThomas
10/02/2023, 2:00 PMNat Strangerweather
10/03/2023, 6:42 PMfun DescriptionScreen(
id: Long,
navController: NavController,
columnState: ScalingLazyColumnState = ScalingLazyColumnDefaults.belowTimeText().create()
) {
val scalingLazyListState = rememberScalingLazyListState()
Scaffold(
vignette = { Vignette(vignettePosition = VignettePosition.TopAndBottom) },
positionIndicator = { PositionIndicator(scalingLazyListState = scalingLazyListState) },
timeText = { TimeText() }
) {
ScalingLazyColumn(
columnState = columnState,
modifier = Modifier
.fillMaxWidth()
.padding(top = 20.dp)
) {}
yschimke
10/03/2023, 6:46 PMNat Strangerweather
10/03/2023, 6:48 PMyschimke
10/03/2023, 7:09 PMNat Strangerweather
10/09/2023, 5:25 PMyschimke
10/09/2023, 6:14 PMDustin
10/13/2023, 8:10 PMThomas
10/13/2023, 8:42 PMDustin
10/13/2023, 8:45 PM