I have multiple fragments horizontally adjacent using a ViewPager. Each fragment has a ScrollView that contains a table with many EditText views. When I click on a EditTex
I found the problem, it was the lines in the main activity XML: activity_slide_view_pager.xml
android:focusableInTouchMode="true" android:descendantFocusability="beforeDescendants"
This was causing the RelativeLayout to grab focus.