From b0574b289fce2a5d89f131829ea178e46b7d168b Mon Sep 17 00:00:00 2001 From: iNPUTmice Date: Sun, 5 Oct 2014 14:06:25 +0200 Subject: [PATCH] made conversations overview list always 1/3 on tablet devices --- res/layout-w960dp/fragment_conversations_overview.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/res/layout-w960dp/fragment_conversations_overview.xml b/res/layout-w960dp/fragment_conversations_overview.xml index 5309674be..2744f38ef 100644 --- a/res/layout-w960dp/fragment_conversations_overview.xml +++ b/res/layout-w960dp/fragment_conversations_overview.xml @@ -2,11 +2,13 @@ android:id="@+id/content_view_ll" android:layout_width="match_parent" android:layout_height="match_parent" - android:orientation="horizontal"> + android:orientation="horizontal" + android:baselineAligned="false"> @@ -21,7 +23,8 @@