From c32bac7b0719bd8d5f78b805b67b3209e4969a0a Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Tue, 15 Jul 2025 16:32:40 +0200 Subject: [PATCH] Added missing operation in progress dialog during account REGISTER in assistant --- .../assistant_landing_fragment.xml | 525 ++++++------- ...third_party_sip_account_login_fragment.xml | 711 +++++++++--------- .../res/layout/assistant_landing_fragment.xml | 551 +++++++------- ...third_party_sip_account_login_fragment.xml | 653 ++++++++-------- 4 files changed, 1242 insertions(+), 1198 deletions(-) diff --git a/app/src/main/res/layout-sw600dp/assistant_landing_fragment.xml b/app/src/main/res/layout-sw600dp/assistant_landing_fragment.xml index 6a2908e4d..8ddde774f 100644 --- a/app/src/main/res/layout-sw600dp/assistant_landing_fragment.xml +++ b/app/src/main/res/layout-sw600dp/assistant_landing_fragment.xml @@ -1,6 +1,7 @@ + xmlns:app="http://schemas.android.com/apk/res-auto" + xmlns:bind="http://schemas.android.com/tools"> @@ -28,283 +29,293 @@ type="org.linphone.ui.assistant.viewmodel.AccountLoginViewModel" /> - - + android:layout_height="match_parent" + android:fillViewport="true"> - + - - - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout-sw600dp/assistant_third_party_sip_account_login_fragment.xml b/app/src/main/res/layout-sw600dp/assistant_third_party_sip_account_login_fragment.xml index b9115a91c..705e52297 100644 --- a/app/src/main/res/layout-sw600dp/assistant_third_party_sip_account_login_fragment.xml +++ b/app/src/main/res/layout-sw600dp/assistant_third_party_sip_account_login_fragment.xml @@ -1,6 +1,7 @@ + xmlns:app="http://schemas.android.com/apk/res-auto" + xmlns:bind="http://schemas.android.com/tools"> @@ -13,384 +14,394 @@ type="org.linphone.ui.assistant.viewmodel.ThirdPartySipAccountLoginViewModel" /> - - + android:layout_height="match_parent" + android:fillViewport="true"> - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/assistant_landing_fragment.xml b/app/src/main/res/layout/assistant_landing_fragment.xml index 4a17dde1f..edc6853d0 100644 --- a/app/src/main/res/layout/assistant_landing_fragment.xml +++ b/app/src/main/res/layout/assistant_landing_fragment.xml @@ -1,6 +1,7 @@ + xmlns:app="http://schemas.android.com/apk/res-auto" + xmlns:bind="http://schemas.android.com/tools"> @@ -28,298 +29,308 @@ type="org.linphone.ui.assistant.viewmodel.AccountLoginViewModel" /> - - + android:layout_height="match_parent" + android:fillViewport="true"> - - - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/assistant_third_party_sip_account_login_fragment.xml b/app/src/main/res/layout/assistant_third_party_sip_account_login_fragment.xml index a256e2205..43bcfe574 100644 --- a/app/src/main/res/layout/assistant_third_party_sip_account_login_fragment.xml +++ b/app/src/main/res/layout/assistant_third_party_sip_account_login_fragment.xml @@ -1,6 +1,7 @@ + xmlns:app="http://schemas.android.com/apk/res-auto" + xmlns:bind="http://schemas.android.com/tools"> @@ -13,354 +14,364 @@ type="org.linphone.ui.assistant.viewmodel.ThirdPartySipAccountLoginViewModel" /> - - + android:layout_height="match_parent" + android:fillViewport="true"> - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + \ No newline at end of file