From bebb6b919506e9a9bb2d95a6dbe09433f0bac705 Mon Sep 17 00:00:00 2001 From: vshcherb Date: Tue, 10 Feb 2015 00:01:48 +0100 Subject: [PATCH] Update download_build_list_item.xml --- OsmAnd/res/layout/download_build_list_item.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/OsmAnd/res/layout/download_build_list_item.xml b/OsmAnd/res/layout/download_build_list_item.xml index 0322d7ce5b..4f4c948f4d 100644 --- a/OsmAnd/res/layout/download_build_list_item.xml +++ b/OsmAnd/res/layout/download_build_list_item.xml @@ -18,8 +18,9 @@ android:layout_marginLeft="3dp" android:gravity="center_vertical" android:layout_gravity="center_vertical" - android:layout_width="105dp" + android:layout_width="90dp" + android:maxLines="2" android:layout_height="wrap_content" - android:textSize="19sp"/> + android:textSize="15sp"/> - \ No newline at end of file +