From 87b154272ea063a689c2c5ccaea420ef1eb240f1 Mon Sep 17 00:00:00 2001 From: Floens Date: Sat, 4 Oct 2014 15:56:14 +0200 Subject: [PATCH] Fixed layout_heights on the post_replies layouts. --- .../app/src/main/res/layout/post_replies.xml | 33 ++++++------- .../res/layout/post_replies_bottombuttons.xml | 47 ++++++++----------- 2 files changed, 34 insertions(+), 46 deletions(-) diff --git a/Clover/app/src/main/res/layout/post_replies.xml b/Clover/app/src/main/res/layout/post_replies.xml index 45e7c3fd..e59f3fcd 100644 --- a/Clover/app/src/main/res/layout/post_replies.xml +++ b/Clover/app/src/main/res/layout/post_replies.xml @@ -1,5 +1,4 @@ - - - + android:dividerPadding="12dp" + android:orientation="horizontal" + android:showDividers="middle"> + android:paddingRight="20dp" + android:text="@string/back" /> + android:paddingRight="20dp" + android:text="@string/close" /> + android:layout_height="match_parent" /> diff --git a/Clover/app/src/main/res/layout/post_replies_bottombuttons.xml b/Clover/app/src/main/res/layout/post_replies_bottombuttons.xml index 43ae4452..b5efee0f 100644 --- a/Clover/app/src/main/res/layout/post_replies_bottombuttons.xml +++ b/Clover/app/src/main/res/layout/post_replies_bottombuttons.xml @@ -1,5 +1,4 @@ - - - - - - + + android:dividerPadding="12dp" + android:orientation="horizontal" + android:showDividers="middle"> + android:paddingRight="20dp" + android:text="@string/back" /> + android:paddingRight="20dp" + android:text="@string/close" />