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