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