From 15e005bc2716e988c9698f53255b3aeb449992b0 Mon Sep 17 00:00:00 2001 From: Guillaume Beraudo Date: Wed, 5 Oct 2011 15:13:48 +0200 Subject: [PATCH] Custom conference UI for older sdk Simplify to workaround display bugs on 1.5 and 1.6 versions. --- res/layout/conf_callee.xml | 2 +- res/layout/conf_callee_older_devices.xml | 42 ++++++++++++++++++++++++ res/layout/conferencing.xml | 2 +- src/org/linphone/ConferenceActivity.java | 6 +++- 4 files changed, 49 insertions(+), 3 deletions(-) create mode 100644 res/layout/conf_callee_older_devices.xml diff --git a/res/layout/conf_callee.xml b/res/layout/conf_callee.xml index 7d3995cc5..aaa3e1285 100644 --- a/res/layout/conf_callee.xml +++ b/res/layout/conf_callee.xml @@ -39,7 +39,7 @@ + android:layout_centerVertical="true"> diff --git a/res/layout/conf_callee_older_devices.xml b/res/layout/conf_callee_older_devices.xml new file mode 100644 index 000000000..ce1532836 --- /dev/null +++ b/res/layout/conf_callee_older_devices.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/layout/conferencing.xml b/res/layout/conferencing.xml index 13f9c62ab..a0d20e514 100644 --- a/res/layout/conferencing.xml +++ b/res/layout/conferencing.xml @@ -26,7 +26,7 @@