From ba7b93d1564258a0faf5616c16e2795bbc4138e1 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Mon, 8 Apr 2013 12:11:16 +0200 Subject: [PATCH] Fix incall numpad stretched for portrait orientation --- res/layout-small/incall.xml | 5 ++--- res/layout/incall.xml | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/res/layout-small/incall.xml b/res/layout-small/incall.xml index 011a61029..7bbdfe504 100644 --- a/res/layout-small/incall.xml +++ b/res/layout-small/incall.xml @@ -47,11 +47,10 @@ android:id="@+id/numpad" android:background="@drawable/dialer_alt_background" android:layout_width="wrap_content" - android:layout_height="match_parent" + android:layout_height="wrap_content" android:visibility="invisible" android:layout_centerHorizontal="true" - android:layout_below="@id/switchCamera" - android:layout_marginBottom="150dp" /> + android:layout_centerVertical="true" /> + android:layout_centerVertical="true"/>