Fill the whole height with the list view

This commit is contained in:
Cameron Gutman 2015-02-06 13:38:32 -05:00
parent a095c10a25
commit e1a1a6344d

View File

@ -6,7 +6,7 @@
<ListView
android:id="@+id/fragmentView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="match_parent"
android:background="@drawable/list_view_unselected"
android:fastScrollEnabled="true"
android:longClickable="false"