Skip to content

Commit 532ee26

Browse files
committed
make the list at fragment_layout occupy whole height
1 parent dc09381 commit 532ee26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/layout/fragment_layout.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<com.simplemobiletools.commons.views.MyRecyclerView
3636
android:id="@+id/fragment_list"
3737
android:layout_width="match_parent"
38-
android:layout_height="wrap_content"
38+
android:layout_height="match_parent"
3939
android:clipToPadding="false"
4040
android:scrollbars="none"
4141
app:layoutManager="android.support.v7.widget.LinearLayoutManager"/>

0 commit comments

Comments
 (0)