Add calendar icon to pick date and time item.

Co-authored-by: Sgn-32 <49990901+Sgn-32@users.noreply.github.com>
main
Cody Henthorne 2023-01-27 12:24:52 -05:00 zatwierdzone przez Greyson Parrelli
rodzic 1761529ce9
commit 0cb0ef977c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -28,7 +28,7 @@ class ScheduleMessageContextMenu {
action(it)
}
} else {
ActionItem(0, anchor.context.getString(R.string.ScheduledMessages_pick_time)) {
ActionItem(R.drawable.ic_calendar_24, anchor.context.getString(R.string.ScheduledMessages_pick_time)) {
action(it)
}
}