From 7cd28c07eb9d41e78a08ac88e6110a44b6592c08 Mon Sep 17 00:00:00 2001 From: Victor Date: Thu, 29 Aug 2013 20:36:54 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D1=82=D0=B8=D0=BB=D0=B8=D0=B7=D0=B0?= =?UTF-8?q?=D1=86=D0=B8=D1=8F=20=D0=BE=D1=82=D0=BE=D0=B1=D1=80=D0=B0=D0=B6?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=BF=D0=BE=D1=81=D1=82=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- res/layout/forum_post_item.xml | 21 +++++++++++++++++---- res/values/dimens.xml | 5 +++++ 2 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 res/values/dimens.xml diff --git a/res/layout/forum_post_item.xml b/res/layout/forum_post_item.xml index d974b49..df06b07 100644 --- a/res/layout/forum_post_item.xml +++ b/res/layout/forum_post_item.xml @@ -1,14 +1,19 @@ + android:layout_height="match_parent" + android:paddingTop="@dimen/post_margin" + android:paddingBottom="@dimen/post_margin" + android:paddingLeft="@dimen/post_margin" + android:paddingRight="@dimen/post_margin" > + android:layout_alignParentTop="true" + android:textStyle="bold" /> + + + android:layout_below="@id/divider" /> \ No newline at end of file diff --git a/res/values/dimens.xml b/res/values/dimens.xml new file mode 100644 index 0000000..9568f32 --- /dev/null +++ b/res/values/dimens.xml @@ -0,0 +1,5 @@ + + + 4dp + +