style: Scrollbar

And add fast scroller component for later
This commit is contained in:
Ahmad Ansori Palembani 2024-12-30 20:05:28 +07:00
parent f7e5abba59
commit e554513392
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
3 changed files with 699 additions and 1 deletions

View file

@ -29,6 +29,7 @@ import yokai.presentation.component.Gap
import yokai.presentation.component.preference.Preference
import yokai.presentation.component.preference.PreferenceItem
import yokai.presentation.component.preference.widget.PreferenceGroupHeader
import yokai.presentation.core.drawVerticalScrollbar
import yokai.presentation.core.enterAlwaysCollapsedScrollBehavior
@Composable
@ -106,7 +107,7 @@ fun PreferenceScreen(
}
LazyColumn(
modifier = modifier,
modifier = modifier.drawVerticalScrollbar(listState),
contentPadding = contentPadding,
state = listState
) {