From 82907df913375831c6b3cdcda506a37e8bb2c864 Mon Sep 17 00:00:00 2001 From: Victor Date: Thu, 9 Jan 2014 23:16:02 +0200 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B0=20=D1=80=D0=B0=D0=B7=D0=BC=D0=B5=D1=82=D0=BA=D0=B0=20?= =?UTF-8?q?=D0=BE=D1=82=D0=BE=D0=B1=D1=80=D0=B0=D0=B6=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D1=8F=20=D0=BF=D0=BE=D1=81=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- res/layout/forum_post_item.xml | 12 ++++++------ res/values/colors.xml | 2 ++ res/values/dimens.xml | 4 ++-- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/res/layout/forum_post_item.xml b/res/layout/forum_post_item.xml index df06b07..da64245 100644 --- a/res/layout/forum_post_item.xml +++ b/res/layout/forum_post_item.xml @@ -1,11 +1,11 @@ + android:layout_height="wrap_content" + android:paddingTop="@dimen/post_margin_vertical" + android:paddingBottom="@dimen/post_margin_vertical" + android:paddingLeft="@dimen/post_margin_horizontal" + android:paddingRight="@dimen/post_margin_horizontal"> @android:color/white #FF0E64A3 @android:color/white + + #33B5E5 \ No newline at end of file diff --git a/res/values/dimens.xml b/res/values/dimens.xml index 9568f32..e355f42 100644 --- a/res/values/dimens.xml +++ b/res/values/dimens.xml @@ -1,5 +1,5 @@ - 4dp - + 4dp + 10dp