From ef727be89ef69f044efec9993f21c4ddac069bab Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Tue, 30 Aug 2016 17:12:55 -0700 Subject: Fixes #731: Work around for RecyclerView constantly loading entire adapter instead of just what was visible in landscape --- app/src/main/res/layout-land/download.xml | 248 ++++++++++++++---------------- 1 file changed, 118 insertions(+), 130 deletions(-) (limited to 'app/src/main/res/layout-land/download.xml') diff --git a/app/src/main/res/layout-land/download.xml b/app/src/main/res/layout-land/download.xml index 1bae4ae2..894ae62e 100644 --- a/app/src/main/res/layout-land/download.xml +++ b/app/src/main/res/layout-land/download.xml @@ -1,134 +1,122 @@ - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + android:layout_height="wrap_content" + android:layout_alignParentBottom="true"> + - - + + + + -- cgit v1.2.3