skip to Main Content

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?

mypagelayout.xml
activity_main.xml
phone

2

Answers


  1. i think what you need is android bottom navigation.
    Have a look here: bottom navigation

    Login or Signup to reply.
  2. 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

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search