Scroll even if the seekbar is touched
问题 I am using a seekbar in a linearlayout in a ScroolView in a NavigationDrawer NavigationDrawer > ScrollView > LinearLayout > SeekBar + other stuff When I touch the seekbar I am unable to scroll up and down and I'd like to. Here my function which allow me to slide the seekbar instead of slide the navigation drawer private View onCritereView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { View mView = inflater.inflate(R.layout.fragment_critere, container, false);