Browse Source

Add some padding (not clipped) in the torrents list to prevent FAB from overlaying the last torrent listed. Fixes #211.

pull/222/merge
Eric Kok 9 years ago
parent
commit
ec3b6ebdc1
  1. 2
      app/src/main/res/layout/fragment_torrents.xml

2
app/src/main/res/layout/fragment_torrents.xml

@ -29,6 +29,8 @@ @@ -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"

Loading…
Cancel
Save