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:
Vitor Pamplona
2023-03-04 17:09:31 -05:00
committed by GitHub
6 changed files with 1 additions and 1 deletions
@@ -40,7 +40,7 @@ sealed class Route(
hasNewItems = { acc, cache, ctx -> homeHasNewItems(acc, cache, ctx) },
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) }}
)
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