Room directory search : start implementing ui with fake data
This commit is contained in:
parent
a8028ba968
commit
b0894fcd11
9 changed files with 401 additions and 15 deletions
|
|
@ -51,5 +51,7 @@ enum class AvatarSize(val dp: Dp) {
|
|||
|
||||
NotificationsOptIn(32.dp),
|
||||
|
||||
CustomRoomNotificationSetting(36.dp)
|
||||
CustomRoomNotificationSetting(36.dp),
|
||||
|
||||
RoomDirectorySearchItem(36.dp),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue