mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-29 23:26:25 +00:00
Fixed wrong constraint layout reference
This commit is contained in:
parent
c1e20af56d
commit
f283c8b9e0
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@
|
||||||
android:src="@drawable/assistant_logo"
|
android:src="@drawable/assistant_logo"
|
||||||
app:layout_constraintStart_toEndOf="@id/title"
|
app:layout_constraintStart_toEndOf="@id/title"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintBottom_toTopOf="@id/header"
|
app:layout_constraintBottom_toTopOf="@id/mountains"
|
||||||
app:layout_constraintTop_toBottomOf="@id/register" />
|
app:layout_constraintTop_toBottomOf="@id/register" />
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue