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
|
|
@ -165,7 +165,7 @@ fun CreatePollView(
|
|||
},
|
||||
trailingContent = ListItemContent.Custom {
|
||||
Icon(
|
||||
resourceId = CommonDrawables.ic_delete,
|
||||
resourceId = CommonDrawables.ic_compound_delete,
|
||||
contentDescription = null,
|
||||
modifier = Modifier.clickable(answer.canDelete) {
|
||||
state.eventSink(CreatePollEvents.RemoveAnswer(index))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue