We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 38ca804 + 33d8749 commit 7d06be4Copy full SHA for 7d06be4
ThemingCodelab/app/src/main/java/com/example/reply/ui/ReplyApp.kt
@@ -123,12 +123,12 @@ val TOP_LEVEL_DESTINATIONS = listOf(
123
route = ReplyRoute.DM,
124
selectedIcon = Icons.Outlined.ChatBubbleOutline,
125
unselectedIcon = Icons.Outlined.ChatBubbleOutline,
126
- iconTextId = R.string.tab_inbox
+ iconTextId = R.string.tab_dm
127
),
128
ReplyTopLevelDestination(
129
route = ReplyRoute.GROUPS,
130
selectedIcon = Icons.Default.People,
131
unselectedIcon = Icons.Default.People,
132
- iconTextId = R.string.tab_article
+ iconTextId = R.string.tab_groups
133
)
134
-)
+)
0 commit comments