CopyPastor

Detecting plagiarism made easy.

Score: 0.8603442972873752; Reported for: String similarity Open both answers

Possible Plagiarism

Plagiarized on 2019-09-24
by mohammadReza Abiri

Original Post

Original - Posted on 2015-09-23
by Rahul Upadhyay



            
Present in both answers; Present only in the new answer; Present only in the old answer;

Replace your recyclerView with,
<android.support.v7.widget.RecyclerView android:id="@+id/recyclerView" app:layout_behavior="@string/appbar_scrolling_view_behavior" android:layout_width="match_parent" android:layout_height="wrap_content" />
here,
app:layout_behavior="@string/appbar_scrolling_view_behavior"
will manage the rest of things.
One more thing, no need to put your recyclerView inside NestedScrollView
Replace your recyclerView with,
<android.support.v7.widget.RecyclerView android:id="@+id/conversation" app:layout_behavior="@string/appbar_scrolling_view_behavior" android:layout_width="match_parent" android:layout_height="wrap_content" /> here,
app:layout_behavior="@string/appbar_scrolling_view_behavior" will manage the rest of things.
One more thing, no need to put your recyclerView inside NestedScrollView

        
Present in both answers; Present only in the new answer; Present only in the old answer;