From a6ff8da18b150ece7e05a32d8837d979c97a4af1 Mon Sep 17 00:00:00 2001 From: Marcel Hibbe Date: Thu, 9 Mar 2023 16:11:32 +0100 Subject: [PATCH] Fix horizontal (=landscape) call design Without this fix, the call buttons became huge in landscape mode. The LinearLayout of the callControls now has a fixed width which comes in handy in landscape mode. Signed-off-by: Marcel Hibbe --- app/src/main/res/layout/call_activity.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/call_activity.xml b/app/src/main/res/layout/call_activity.xml index a409b68e9..478dadee5 100644 --- a/app/src/main/res/layout/call_activity.xml +++ b/app/src/main/res/layout/call_activity.xml @@ -181,8 +181,9 @@