diff --git a/app/src/main/res/layout/fragment_torrents.xml b/app/src/main/res/layout/fragment_torrents.xml index dbd26b63..999073d3 100644 --- a/app/src/main/res/layout/fragment_torrents.xml +++ b/app/src/main/res/layout/fragment_torrents.xml @@ -29,6 +29,8 @@ android:id="@+id/torrents_list" android:layout_width="match_parent" android:layout_height="match_parent" + android:clipToPadding="false" + android:paddingBottom="35dp" android:choiceMode="multipleChoiceModal" android:visibility="gone" tools:listitem="@layout/list_item_torrent"