Viewpager not showing inside RecyclerView row
问题 I want to make a 'Photo details' activity or fragment where i display the photo on top and below it aViewpPager that display both comments and likes of the related photo(2 tabs). In order to make the screen 'Scrollable' so i can scroll up/down on both comments and likes and slide left/right i decided to use a RecyclerView with 2 rows : ROW 1 : The photo (ImageView). ROW 2 : SlidingTabLayout + ViewPager + FragmentPagerAdapter. The code compile and run, display the image and the