Bug 919748 - Make sure bottom divider shows on reading list. r=margaret
--- a/mobile/android/base/resources/layout/home_reading_list_panel.xml
+++ b/mobile/android/base/resources/layout/home_reading_list_panel.xml
@@ -11,10 +11,10 @@
<ViewStub android:id="@+id/home_empty_view_stub"
android:layout="@layout/home_empty_reading_panel"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
<org.mozilla.gecko.home.HomeListView android:id="@+id/list"
style="@style/Widget.ReadingListView"
android:layout_width="match_parent"
- android:layout_height="wrap_content"/>
+ android:layout_height="match_parent"/>
</LinearLayout>