From 42a3f1af17ba0743ca342cd6f165fee1bac3b4a5 Mon Sep 17 00:00:00 2001 From: Guillaume Beraudo Date: Mon, 28 Nov 2011 11:45:17 +0100 Subject: [PATCH] Remove useless padding in callee lists. --- res/layout/conference_details_layout.xml | 4 +--- res/layout/incall_layout.xml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/res/layout/conference_details_layout.xml b/res/layout/conference_details_layout.xml index d24e59153..7d9fe9c69 100644 --- a/res/layout/conference_details_layout.xml +++ b/res/layout/conference_details_layout.xml @@ -4,9 +4,7 @@ xmlns:ui="http://schemas.android.com/apk/res/org.linphone" android:orientation="vertical" android:layout_width="fill_parent" - android:layout_height="fill_parent" - android:paddingLeft="8dp" - android:paddingRight="8dp"> + android:layout_height="fill_parent"> + android:orientation="vertical">