mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Reduced high white space in schedule meeting layout at the top
This commit is contained in:
parent
2c09158977
commit
27298639c3
1 changed files with 5 additions and 5 deletions
|
|
@ -97,7 +97,7 @@
|
|||
android:paddingBottom="@dimen/primary_secondary_buttons_label_padding"
|
||||
android:paddingStart="16dp"
|
||||
android:paddingEnd="16dp"
|
||||
android:visibility="@{viewModel.hideBroadcast || viewModel.isBroadcastSelected ? View.GONE : View.VISIBLE}"
|
||||
android:visibility="@{viewModel.hideBroadcast || viewModel.isBroadcastSelected ? View.GONE : View.VISIBLE, default=gone}"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintEnd_toStartOf="@id/broadcast"/>
|
||||
|
|
@ -123,7 +123,7 @@
|
|||
android:paddingBottom="@dimen/primary_secondary_buttons_label_padding"
|
||||
android:paddingStart="16dp"
|
||||
android:paddingEnd="16dp"
|
||||
android:visibility="@{viewModel.hideBroadcast || viewModel.isBroadcastSelected ? View.GONE : View.VISIBLE}"
|
||||
android:visibility="@{viewModel.hideBroadcast || viewModel.isBroadcastSelected ? View.GONE : View.VISIBLE, default=gone}"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintStart_toEndOf="@id/meeting_selected"
|
||||
app:layout_constraintEnd_toEndOf="parent"/>
|
||||
|
|
@ -198,7 +198,7 @@
|
|||
android:drawablePadding="5dp"
|
||||
android:gravity="center"
|
||||
android:background="@drawable/shape_squircle_main2_100_background"
|
||||
android:visibility="@{viewModel.showBroadcastHelp ? View.VISIBLE : View.GONE}"
|
||||
android:visibility="@{viewModel.showBroadcastHelp ? View.VISIBLE : View.GONE, default=gone}"
|
||||
app:layout_constraintTop_toBottomOf="@id/meeting"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent" />
|
||||
|
|
@ -211,7 +211,7 @@
|
|||
android:layout_marginEnd="16dp"
|
||||
android:src="@drawable/x"
|
||||
android:contentDescription="@null"
|
||||
android:visibility="@{viewModel.showBroadcastHelp ? View.VISIBLE : View.GONE}"
|
||||
android:visibility="@{viewModel.showBroadcastHelp ? View.VISIBLE : View.GONE, default=gone}"
|
||||
app:layout_constraintTop_toTopOf="@id/broadcast_help"
|
||||
app:layout_constraintBottom_toBottomOf="@id/broadcast_help"
|
||||
app:layout_constraintEnd_toEndOf="@id/broadcast_help" />
|
||||
|
|
@ -221,7 +221,7 @@
|
|||
android:id="@+id/subject"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="32dp"
|
||||
android:layout_marginTop="16dp"
|
||||
android:layout_marginStart="16dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:hint="@string/meeting_schedule_subject_hint"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue