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" />