I want to have the following look:
I am confused whether I need to do it using TabLayout with images as the page title, or it should be done via a custom App Bar? (Or it can be achieved by either way?).
Currently I have the following:
But you can see it's too simple, I want it to be more "designed". You can see in my example, not only does it have image instead of title, but also the image gets colored. (There is no page title with the app name, so there is more space for the rest of the stuff)
I am confused with all the PagerAdapter and TabLayout and LayoutManager. I would love to see a working example of what I'm trying to achieve. I know I did not provide any code, it's because I really don't know how to start to get it done