From fdb7ed0aa1b898497dab01111c8145d50015b884 Mon Sep 17 00:00:00 2001 From: ojiikun Date: Sun, 17 Nov 2013 23:51:37 +0000 Subject: [PATCH] Fix layout bug on small screens. --- .../NewsBlur/res/layout/include_reading_item_comment.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clients/android/NewsBlur/res/layout/include_reading_item_comment.xml b/clients/android/NewsBlur/res/layout/include_reading_item_comment.xml index 5638f15e5..380342869 100644 --- a/clients/android/NewsBlur/res/layout/include_reading_item_comment.xml +++ b/clients/android/NewsBlur/res/layout/include_reading_item_comment.xml @@ -6,7 +6,8 @@ android:layout_height="wrap_content" android:orientation="horizontal" android:layout_marginTop="15dp" - android:layout_marginBottom="15dp" > + android:layout_marginBottom="15dp" + android:baselineAligned="false" >