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 + +