Room directory search : start implementing ui with fake data

This commit is contained in:
ganfra 2024-03-20 18:32:41 +01:00
parent 3de4e8c91e
commit fcfe4e9d31
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),
}