Use CompoundIcons.Code() instead of CompoundDrawables.ic_compound_code
This commit is contained in:
parent
009601cf5b
commit
acaee65e9b
1 changed files with 1 additions and 1 deletions
|
|
@ -272,7 +272,7 @@ private fun ColumnScope.Footer(
|
||||||
private fun DeveloperPreferencesView(onOpenDeveloperSettings: () -> Unit) {
|
private fun DeveloperPreferencesView(onOpenDeveloperSettings: () -> Unit) {
|
||||||
ListItem(
|
ListItem(
|
||||||
headlineContent = { Text(stringResource(id = CommonStrings.common_developer_options)) },
|
headlineContent = { Text(stringResource(id = CommonStrings.common_developer_options)) },
|
||||||
leadingContent = ListItemContent.Icon(IconSource.Resource(CompoundDrawables.ic_compound_code)),
|
leadingContent = ListItemContent.Icon(IconSource.Vector(CompoundIcons.Code())),
|
||||||
onClick = onOpenDeveloperSettings
|
onClick = onOpenDeveloperSettings
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue