From ec3b6ebdc182f313d09a786c182278923581e7c0 Mon Sep 17 00:00:00 2001 From: Eric Kok Date: Tue, 9 Jun 2015 14:03:19 +0200 Subject: [PATCH] Add some padding (not clipped) in the torrents list to prevent FAB from overlaying the last torrent listed. Fixes #211. --- app/src/main/res/layout/fragment_torrents.xml | 2 ++ 1 file changed, 2 insertions(+) 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"