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
|
|
@ -161,7 +161,7 @@ fun CreateRoomActionButtonsList(
|
|||
onClick = onNewRoomClicked,
|
||||
)
|
||||
CreateRoomActionButton(
|
||||
iconRes = CommonDrawables.ic_share,
|
||||
iconRes = CommonDrawables.ic_compound_share_android,
|
||||
text = stringResource(id = CommonStrings.action_invite_friends_to_app, state.applicationName),
|
||||
onClick = onInvitePeopleClicked,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue