hamsterready / android-accordion-view

Simple ListView based Android AccordionView
163 stars 107 forks source link

ListView not fully shown in section #7

Closed aleksandrmelnyk closed 11 years ago

aleksandrmelnyk commented 11 years ago

As last section I have this: <LinearLayout android:layout_height="wrap_content" android:layout_width="match_parent"> <ListView android:id="@+id/kegmine_issue_list_comments" android:layout_width="match_parent" android:layout_height="wrap_content"> When the listview is loaded only first item is visible.

aleksandrmelnyk commented 11 years ago

Ok, that was due to the ListView, which is in the example also. I have removed <ScrollView android:layout_width="fill_parent" android:layout_height="fill_parent" > and it worked ok.