From 808c4cefc30e9a6799d7c7b3bb30cf94aa54fb32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Thu, 17 Oct 2013 22:23:06 +0200 Subject: [PATCH] Added a little margin before the description --- res/layout/appinfo.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/res/layout/appinfo.xml b/res/layout/appinfo.xml index 7253804a6..ce5f42d2a 100644 --- a/res/layout/appinfo.xml +++ b/res/layout/appinfo.xml @@ -32,6 +32,7 @@ android:id="@+id/description" android:layout_width="fill_parent" android:layout_height="wrap_content" + android:layout_marginTop="6sp" android:singleLine="false" />