Add missing string resources
This commit is contained in:
parent
fa2d9825f2
commit
5c261191af
@ -652,4 +652,6 @@
|
|||||||
|
|
||||||
<string name="favorites">Favorites</string>
|
<string name="favorites">Favorites</string>
|
||||||
<string name="create_app_shortcut">Create shortcut</string>
|
<string name="create_app_shortcut">Create shortcut</string>
|
||||||
|
<string name="frequently_used_show_in_favorites">Show in favorites</string>
|
||||||
|
<string name="frequently_used_rows">Number of rows</string>
|
||||||
</resources>
|
</resources>
|
||||||
@ -273,7 +273,7 @@ fun ReorderFavoritesGrid(viewModel: EditFavoritesSheetVM) {
|
|||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.weight(1f)
|
.weight(1f)
|
||||||
.padding(end = 16.dp),
|
.padding(end = 16.dp),
|
||||||
text = "Show in favorites",
|
text = stringResource(R.string.frequently_used_show_in_favorites),
|
||||||
style = MaterialTheme.typography.labelMedium
|
style = MaterialTheme.typography.labelMedium
|
||||||
)
|
)
|
||||||
Switch(
|
Switch(
|
||||||
@ -293,7 +293,7 @@ fun ReorderFavoritesGrid(viewModel: EditFavoritesSheetVM) {
|
|||||||
) {
|
) {
|
||||||
Text(
|
Text(
|
||||||
modifier = Modifier.fillMaxWidth(),
|
modifier = Modifier.fillMaxWidth(),
|
||||||
text = "Number of rows",
|
text = stringResource(R.string.frequently_used_rows),
|
||||||
style = MaterialTheme.typography.labelMedium
|
style = MaterialTheme.typography.labelMedium
|
||||||
)
|
)
|
||||||
Row(
|
Row(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user