Fix compose layout (missed renamed ids from latest upstream merge)

Change-Id: I8c2928be45cc6bd3774fa23e7d73d99378f8bc89
This commit is contained in:
SpiritCroc 2021-01-16 15:49:01 +01:00
parent e58a13ea91
commit e019222b76
1 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@
android:layout_height="16dp"
app:layout_constraintBottom_toBottomOf="@+id/sendButton"
app:layout_constraintEnd_toStartOf="@+id/composerEditText"
app:layout_constraintStart_toEndOf="@+id/composer_emoji"
app:layout_constraintStart_toEndOf="@+id/composerEmojiButton"
app:layout_constraintTop_toTopOf="@+id/sendButton"
tools:src="@drawable/ic_shield_black" />
@ -155,7 +155,7 @@
android:tint="?android:textColorHint"
app:layout_constraintTop_toTopOf="@+id/sendButton"
app:layout_constraintBottom_toBottomOf="@+id/sendButton"
app:layout_constraintEnd_toStartOf="@+id/composer_shield"
app:layout_constraintEnd_toStartOf="@+id/composerShieldImageView"
app:layout_constraintStart_toStartOf="parent" />
<ImageButton