diff --git a/app/src/main/res/drawable/icon_spinner_background.xml b/app/src/main/res/drawable/icon_spinner_background.xml index de81ede9d..f50b58b1b 100644 --- a/app/src/main/res/drawable/icon_spinner_background.xml +++ b/app/src/main/res/drawable/icon_spinner_background.xml @@ -9,7 +9,7 @@ android:endColor="?attr/voipFormBackgroundColor" android:startColor="?attr/voipFormBackgroundColor" android:type="linear" /> - + diff --git a/app/src/main/res/drawable/shape_edittext_background.xml b/app/src/main/res/drawable/shape_edittext_background.xml index 7738c0b77..825ef744b 100644 --- a/app/src/main/res/drawable/shape_edittext_background.xml +++ b/app/src/main/res/drawable/shape_edittext_background.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/app/src/main/res/layout/conference_scheduling_summary_fragment.xml b/app/src/main/res/layout/conference_scheduling_summary_fragment.xml index 5059918a4..988920fda 100644 --- a/app/src/main/res/layout/conference_scheduling_summary_fragment.xml +++ b/app/src/main/res/layout/conference_scheduling_summary_fragment.xml @@ -275,7 +275,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="20dp" - android:background="?attr/voipFormBackgroundColor"> + android:background="?attr/voipFormDisabledFieldBackgroundColor"> + bind:visibility="@{viewModel.conferenceCreationInProgress, default=gone}" /> diff --git a/app/src/main/res/layout/history_conf_detail_fragment.xml b/app/src/main/res/layout/history_conf_detail_fragment.xml index 28eee7057..851a12b1c 100644 --- a/app/src/main/res/layout/history_conf_detail_fragment.xml +++ b/app/src/main/res/layout/history_conf_detail_fragment.xml @@ -130,7 +130,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="20dp" - android:background="?attr/voipFormBackgroundColor"> + android:background="?attr/voipFormDisabledFieldBackgroundColor"> + android:background="?attr/voipFormDisabledFieldBackgroundColor"> @color/voip_dark_color4 @color/white_color @color/voip_text_dark_color - @color/voip_dark_color4 - @color/voip_dark_color4 + @color/voip_dark_color + @color/voip_dark_color5 @color/voip_dark_color4 diff --git a/app/src/main/res/values/dimen.xml b/app/src/main/res/values/dimen.xml index d9148e09b..03488b7a5 100644 --- a/app/src/main/res/values/dimen.xml +++ b/app/src/main/res/values/dimen.xml @@ -63,4 +63,5 @@ 60dp 60dp 40dp + 1dp \ No newline at end of file