summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2012-06-05 16:06:29 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-06-05 16:06:29 -0700
commit9f029aa95def620b040a7b42d87339c4ec2fcb52 (patch)
treef3a98504001d73a82beb04b9574d36ba02231bbd /ui
parent4f4cac5304ffa6b6f717e4c988b0a5947fcd81bc (diff)
parent8c4f42924ba55d636d19caeb2ccbdd7e32edc443 (diff)
downloadandroid_packages_providers_DownloadProvider-9f029aa95def620b040a7b42d87339c4ec2fcb52.tar.gz
android_packages_providers_DownloadProvider-9f029aa95def620b040a7b42d87339c4ec2fcb52.tar.bz2
android_packages_providers_DownloadProvider-9f029aa95def620b040a7b42d87339c4ec2fcb52.zip
am 8c4f4292: am 03fcf943: Download items should always fit screen.
* commit '8c4f42924ba55d636d19caeb2ccbdd7e32edc443': Download items should always fit screen.
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"