<android.support.v4.widget.NestedScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fillViewport="true"
>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="15dp"
android:background="#e7e7e8"
android:orientation="vertical"
tools:ignore="RtlHardcoded">
<android.support.v7.widget.RecyclerView
android:id="@+id/recyclerView"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<android.support.v7.widget.RecyclerView
android:id="@+id/communication_recyclerView"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<android.support.v7.widget.RecyclerView
android:id="@+id/vision_recyclerView"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<android.support.v7.widget.RecyclerView
android:id="@+id/hearing_recyclerView"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<android.support.v7.widget.RecyclerView
android:id="@+id/physical_dependency_recyclerView"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<android.support.v7.widget.RecyclerView
android:id="@+id/selef_care_recyclerView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
/>
</LinearLayout>
</android.support.v4.widget.NestedScrollView>
應用平滑垂直滾動這是我的代碼,我到裏面NestedScrollView 6 RecyclerView但是當我滾動垂直平滑滾動不工作任何一個可以請建議我如何在NestedScrollView應用平滑滾動如何NestedScrollView在android系統
我明白這一點,但我的要求是這樣,我們必須採取多種recylerview – Adevelopment
這是正確的答案 –
@Adevelopment你必須去替代品。這是代表性差的跡象。 – Wizard