I have a working recycler view, and at the bottom, I want a toolbar where the user can navigate between the different activities. I set up an onClickListener for the images, but when running the programme, I cant click the images.
Did I include something wrong in my layout or did I order things wrongly?
2
Answers
i think what you need is android bottom navigation.
Have a look here: bottom navigation
You can use android bottom navigation instead, which can solve your problem easily.
There is no much problem can be seen in your layout images, can you put relative code