summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2012-06-05 13:23:16 -0700
committerJeff Sharkey <jsharkey@android.com>2012-06-05 13:25:30 -0700
commit03fcf94300996a9cb7889ca03ddb2c62ca2ba606 (patch)
tree5f84c804b10de2c8d4066ecfe695afe0894c75c5 /ui
parentf5ac95ffef7897c83706eed9e419e6c015adaf75 (diff)
downloadandroid_packages_providers_DownloadProvider-03fcf94300996a9cb7889ca03ddb2c62ca2ba606.tar.gz
android_packages_providers_DownloadProvider-03fcf94300996a9cb7889ca03ddb2c62ca2ba606.tar.bz2
android_packages_providers_DownloadProvider-03fcf94300996a9cb7889ca03ddb2c62ca2ba606.zip
Download items should always fit screen.
Bug: 6614812 Change-Id: I9b5eb051bce1e296478fb1fa6f95b710fa0c819f
Diffstat (limited to 'ui')
-rw-r--r--ui/res/layout/download_list_item.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/res/layout/download_list_item.xml b/ui/res/layout/download_list_item.xml
index a87ce7bd..e5759d5d 100644
--- a/ui/res/layout/download_list_item.xml
+++ b/ui/res/layout/download_list_item.xml
@@ -46,6 +46,7 @@
<TextView
android:id="@+id/download_title"
+ android:layout_width="0dip"
android:layout_columnSpan="2"
android:layout_gravity="fill_horizontal"
android:singleLine="true"
@@ -55,6 +56,7 @@
<TextView
android:id="@+id/domain"
+ android:layout_width="0dip"
android:layout_columnSpan="2"
android:layout_gravity="fill_horizontal"
android:singleLine="true"