StringR -> CommonStrings
This commit is contained in:
parent
aadc6d68d8
commit
44e53b9526
1 changed files with 2 additions and 2 deletions
|
|
@ -212,12 +212,12 @@ private fun EditingModeView(
|
|||
.padding(horizontal = 12.dp, vertical = 8.dp)) {
|
||||
Icon(
|
||||
resourceId = VectorIcons.Edit,
|
||||
contentDescription = stringResource(StringR.string.common_editing),
|
||||
contentDescription = stringResource(CommonStrings.common_editing),
|
||||
tint = MaterialTheme.colorScheme.secondary,
|
||||
modifier = Modifier.size(16.dp),
|
||||
)
|
||||
Text(
|
||||
stringResource(StringR.string.common_editing),
|
||||
stringResource(CommonStrings.common_editing),
|
||||
style = ElementTextStyles.Regular.caption2,
|
||||
textAlign = TextAlign.Start,
|
||||
color = MaterialTheme.colorScheme.secondary,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue