Commit df1a2faa authored by Varun Patil's avatar Varun Patil

Prevent recyclerview from scrolling in fragment_body

parent 4d8632da
......@@ -7,7 +7,7 @@
android:orientation="vertical"
tools:context=".fragment.BodyFragment">
<ScrollView
<android.support.v4.widget.NestedScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content">
......@@ -124,8 +124,9 @@
android:id="@+id/event_card_recycler_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dp" />
android:layout_marginTop="10dp"
android:nestedScrollingEnabled="false" />
</LinearLayout>
</ScrollView>
</android.support.v4.widget.NestedScrollView>
</FrameLayout>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment