Add accessibility label on buttons.

This commit is contained in:
Sagar
2025-04-29 20:14:30 +05:30
committed by Cody Henthorne
parent f0acc39829
commit 7a69c96746
7 changed files with 30 additions and 11 deletions

View File

@@ -243,6 +243,7 @@ private fun TopAppBar(
title = stringResource(R.string.StickerManagementActivity_stickers),
titleContent = { _, title -> Text(text = title, style = MaterialTheme.typography.titleLarge) },
navigationIconPainter = painterResource(R.drawable.symbol_arrow_start_24),
navigationContentDescription = stringResource(R.string.DefaultTopAppBar__navigate_up_content_description),
onNavigationClick = onBackPress
)
}