From e25e3cab88c88e5dc8362ef4e1791ddfa4cc7041 Mon Sep 17 00:00:00 2001 From: daniel oeh Date: Thu, 20 Sep 2012 19:47:26 +0200 Subject: [PATCH] Improved layout of download log --- res/layout/downloadlog_item.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/res/layout/downloadlog_item.xml b/res/layout/downloadlog_item.xml index 796c503c9..4b2ef3731 100644 --- a/res/layout/downloadlog_item.xml +++ b/res/layout/downloadlog_item.xml @@ -16,15 +16,19 @@ android:id="@+id/txtvType" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_alignParentRight="true" /> + android:layout_alignParentRight="true" + android:layout_marginRight="8dp" + android:textColor="@color/gray" /> + android:layout_toLeftOf="@id/txtvType" + android:ellipsize="end" + android:maxLines="2" />