feeds_fragment: remove unused layout_below

This commit is contained in:
Andrew Dolgov 2015-06-06 12:34:16 +04:00
parent 3d23124f72
commit e45c23962b
1 changed files with 1 additions and 2 deletions

View File

@ -7,8 +7,7 @@
<android.support.v4.widget.SwipeRefreshLayout
android:id="@+id/feeds_swipe_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@+id/feeds_loading_bar">
android:layout_height="match_parent">
<ListView
android:id="@+id/feeds"