CopyPastor

Detecting plagiarism made easy.

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

Possible Plagiarism

Plagiarized on 2018-09-19
by Viral Patel

Original Post

Original - Posted on 2013-11-16
by MovGP0



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

Wrap all the children inside of another LinearLayout with wrap_content for both the width and the height as well as the vertical orientation.
Like :
<LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="vertical"> I hope it'll help you ..!

Another possibility is that the closing element is not matching. Ie.
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content"> <LinearLayout ...> ... </LinearLayout> </LinearLayout>
The error is in the last line.

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