app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
org.scottishtecharmy.soundscape.screens.home.settings
Package-level
declarations
Functions
Functions
List
Item
Preview
Link copied to clipboard
@
Preview
(
fontScale
=
2.0
)
@
Composable
fun
ListItemPreview
(
)
List
Preference
Item
Link copied to clipboard
@
Composable
fun
ListPreferenceItem
(
description
:
String
,
value
:
Any
,
currentValue
:
Any
,
onClick
:
(
)
->
Unit
,
index
:
Int
,
listSize
:
Int
)
ListPreferenceItem is an attempt to make a more accessible list entry for the user.
Settings
Link copied to clipboard
@
Composable
fun
Settings
(
onNavigateUp
:
(
)
->
Unit
,
uiState
:
SettingsViewModel.SettingsUiState
,
modifier
:
Modifier
=
Modifier
,
supportedLanguages
:
List
<
Language
>
,
onLanguageSelected
:
(
Language
)
->
Unit
,
selectedLanguageIndex
:
Int
)
Settings
Preview
Link copied to clipboard
@
Preview
(
device
=
"spec:parent=pixel_5,orientation=landscape"
)
@
Preview
@
Composable
fun
SettingsPreview
(
)