Home > Mobile >  Question about RecyclerView and onClickListener
Question about RecyclerView and onClickListener

Time:06-19

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

CodePudding user response:

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

CodePudding user response:

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

  • Related