From 3843960b466dbcd1733648095e750ccb3fa6d184 Mon Sep 17 00:00:00 2001 From: Jeff Sharkey Date: Thu, 3 May 2012 18:08:24 -0700 Subject: Updated layout for download items. Switch to using GridLayout, because it's awesome. Also move status display to right-hand side, showing date when in completed state. Bug: 6378944 Change-Id: I540633010ed4aeeae299cedf7a49fdb81e65b431 --- ui/res/layout/download_list.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ui/res/layout/download_list.xml') diff --git a/ui/res/layout/download_list.xml b/ui/res/layout/download_list.xml index 18f44d10..e4ebf7c9 100644 --- a/ui/res/layout/download_list.xml +++ b/ui/res/layout/download_list.xml @@ -35,14 +35,16 @@ android:paddingBottom="16dip" android:clipToPadding="false" android:layout_width="match_parent" - android:layout_height="match_parent"/> + android:layout_height="match_parent" + android:scrollbarStyle="outsideOverlay" /> + android:layout_height="match_parent" + android:scrollbarStyle="outsideOverlay" />