I have a bit of a problem with the SliderView I created. The sliderview can not be scrolled at the same time as the recyclerview. I've tried adding ScrollView but it still seems to be still.
Here is the layout:
fragment_home.xml
<FrameLayout
<android.support.v4.widget.SwipeRefreshLayout
<LinearLayout
<RelativeLayout
<RelativeLayout
<FrameLayout
<com.mimdudin.carekkerje.Activities.SliderView
</FrameLayout>
<View />
<LinearLayout
</RelativeLayout>
<android.support.v7.widget.RecyclerView
</RelativeLayout>
</LinearLayout>
</android.support.v4.widget.SwipeRefreshLayout>
</FrameLayout>
How can I resolve this?