I have a ViewPager that contains several instances of the same fragment, this fragment contains an article. The Article view hierarchy is quite simple, a Title, a Banner image,
i try to add
android:focusable="true" android:focusableInTouchMode="true" android:descendantFocusability="beforeDescendants"
in the root viewGroup . it's work's well. like below.