summaryrefslogtreecommitdiffstats
path: root/ui/res/layout/download_list.xml
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2012-05-03 18:08:24 -0700
committerJeff Sharkey <jsharkey@android.com>2012-05-04 11:32:39 -0700
commit3843960b466dbcd1733648095e750ccb3fa6d184 (patch)
tree0bf9e9fced362962ccec3d88138bd2e6992ab720 /ui/res/layout/download_list.xml
parent15ea8d69f74735e2013cc11bc4899e0edc945b8a (diff)
downloadandroid_packages_providers_DownloadProvider-3843960b466dbcd1733648095e750ccb3fa6d184.tar.gz
android_packages_providers_DownloadProvider-3843960b466dbcd1733648095e750ccb3fa6d184.tar.bz2
android_packages_providers_DownloadProvider-3843960b466dbcd1733648095e750ccb3fa6d184.zip
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
Diffstat (limited to 'ui/res/layout/download_list.xml')
-rw-r--r--ui/res/layout/download_list.xml6
1 files changed, 4 insertions, 2 deletions
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" />
<ListView android:id="@+id/size_ordered_list"
android:paddingLeft="16dip"
android:paddingRight="16dip"
android:paddingBottom="16dip"
android:clipToPadding="false"
android:layout_width="match_parent"
- android:layout_height="match_parent"/>
+ android:layout_height="match_parent"
+ android:scrollbarStyle="outsideOverlay" />
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/empty"
android:layout_width="match_parent"