mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: Add "Mark all as read" and unread message count indicators (#4720)
This commit is contained in:
parent
6a1a612c38
commit
b0258d0cf1
10 changed files with 131 additions and 26 deletions
|
|
@ -29,6 +29,7 @@ import androidx.compose.material.icons.rounded.ContentCopy
|
|||
import androidx.compose.material.icons.rounded.Delete
|
||||
import androidx.compose.material.icons.rounded.Edit
|
||||
import androidx.compose.material.icons.rounded.Folder
|
||||
import androidx.compose.material.icons.rounded.MarkChatRead
|
||||
import androidx.compose.material.icons.rounded.MoreVert
|
||||
import androidx.compose.material.icons.rounded.QrCode2
|
||||
import androidx.compose.material.icons.rounded.Refresh
|
||||
|
|
@ -81,5 +82,8 @@ val MeshtasticIcons.SelectAll: ImageVector
|
|||
val MeshtasticIcons.ThumbUp: ImageVector
|
||||
get() = Icons.Rounded.ThumbUp
|
||||
|
||||
val MeshtasticIcons.MarkChatRead: ImageVector
|
||||
get() = Icons.Rounded.MarkChatRead
|
||||
|
||||
val MeshtasticIcons.QrCode2: ImageVector
|
||||
get() = Icons.Rounded.QrCode2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue