begin adding map view

This commit is contained in:
geeksville 2020-03-11 14:45:49 -07:00
parent fb2304ba82
commit 9be189f89c
10 changed files with 64 additions and 2 deletions

View file

@ -12,6 +12,7 @@ object Screen {
val channel = ScreenInfo(R.drawable.ic_twotone_contactless_24, "Channel")
val users = ScreenInfo(R.drawable.ic_twotone_people_24, "Users")
val messages = ScreenInfo(R.drawable.ic_twotone_message_24, "Messages")
val map = ScreenInfo(R.drawable.ic_twotone_map_24, "Map")
}