Merge pull request #192 from maxmoney21m/bugfix/global-bottom-icon
Change magnifying glass to globe for global/search tab on AppBottomBar
This commit is contained in:
@@ -40,7 +40,7 @@ sealed class Route(
|
|||||||
hasNewItems = { acc, cache, ctx -> homeHasNewItems(acc, cache, ctx) },
|
hasNewItems = { acc, cache, ctx -> homeHasNewItems(acc, cache, ctx) },
|
||||||
buildScreen = { acc, accSt, nav -> { _ -> HomeScreen(acc, nav) } }
|
buildScreen = { acc, accSt, nav -> { _ -> HomeScreen(acc, nav) } }
|
||||||
)
|
)
|
||||||
object Search : Route("Search", R.drawable.ic_search,
|
object Search : Route("Search", R.drawable.ic_globe,
|
||||||
buildScreen = { acc, accSt, nav -> { _ -> SearchScreen(acc, nav) }}
|
buildScreen = { acc, accSt, nav -> { _ -> SearchScreen(acc, nav) }}
|
||||||
)
|
)
|
||||||
object Notification : Route("Notification", R.drawable.ic_notifications,
|
object Notification : Route("Notification", R.drawable.ic_notifications,
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.3 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 5.1 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 6.8 KiB |
Reference in New Issue
Block a user