Room directory search : start implementing ui with fake data

This commit is contained in:
ganfra 2024-03-20 18:32:41 +01:00
parent a8028ba968
commit b0894fcd11
9 changed files with 401 additions and 15 deletions

View file

@ -51,5 +51,7 @@ enum class AvatarSize(val dp: Dp) {
NotificationsOptIn(32.dp),
CustomRoomNotificationSetting(36.dp)
CustomRoomNotificationSetting(36.dp),
RoomDirectorySearchItem(36.dp),
}