Remove unused resource, and use compound icons when possible.
This commit is contained in:
parent
d531e71cd8
commit
03d69146aa
20 changed files with 11 additions and 224 deletions
|
|
@ -93,7 +93,7 @@ private fun PollTitle(
|
|||
)
|
||||
} else {
|
||||
Icon(
|
||||
resourceId = CommonDrawables.ic_poll,
|
||||
resourceId = CommonDrawables.ic_compound_polls,
|
||||
contentDescription = stringResource(id = CommonStrings.a11y_poll),
|
||||
modifier = Modifier.size(22.dp)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue