I have a fragment that contains 3 different ImageButtons, that links to a new fragment with some information.
All info.fragments have the same layout, only different is the image and text.
I would like to reuse the layout on the info.fragment and pass the image and text value instead. ex. StarImage and StarText and the same with MusicImage and MusicText.
This is my first project in AndroidStudio.