mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
Fixed scolling in contact editor while in landscape
This commit is contained in:
parent
46570a4152
commit
5f82cf9066
1 changed files with 2 additions and 4 deletions
|
|
@ -151,11 +151,10 @@
|
|||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:id="@+id/left_column"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="30dp"
|
||||
app:layout_constraintWidth_percent="0.5"
|
||||
app:layout_constraintTop_toBottomOf="@id/avatar_barrier"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintEnd_toStartOf="@id/right_column">
|
||||
|
||||
|
|
@ -298,11 +297,10 @@
|
|||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:id="@+id/right_column"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="30dp"
|
||||
app:layout_constraintWidth_percent="0.5"
|
||||
app:layout_constraintTop_toBottomOf="@id/avatar_barrier"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintStart_toEndOf="@id/left_column"
|
||||
app:layout_constraintEnd_toEndOf="parent">
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue