1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-06 00:02:48 +02:00

Update wysiwyg aar lib

This commit is contained in:
Jorge Martín
2022-08-05 12:54:36 +02:00
parent af778ad925
commit ed52469fc1
3 changed files with 3 additions and 4 deletions

Binary file not shown.

View File

@@ -155,9 +155,9 @@ class MessageComposerView @JvmOverloads constructor(
fun setRoomEncrypted(isEncrypted: Boolean) {
if (isEncrypted) {
views.composerEditor.editText.setHint(R.string.room_message_placeholder)
views.composerEditor.setHint(R.string.room_message_placeholder)
} else {
views.composerEditor.editText.setHint(R.string.room_message_placeholder)
views.composerEditor.setHint(R.string.room_message_placeholder)
}
}
}

View File

@@ -142,7 +142,7 @@
android:nextFocusLeft="@id/composerEditor"
android:nextFocusUp="@id/composerEditor"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@id/composerEmojiButton"
app:layout_constraintEnd_toStartOf="@id/sendButton"
app:layout_constraintStart_toStartOf="@id/composerEditTextOuterBorder"
app:layout_constraintTop_toTopOf="parent"
tools:text="@tools:sample/lorem/random" />
@@ -157,7 +157,6 @@
android:src="@drawable/ic_insert_emoji"
app:layout_constraintBottom_toBottomOf="@id/attachmentButton"
app:layout_constraintEnd_toEndOf="@id/composerEditTextOuterBorder"
app:layout_constraintStart_toEndOf="@id/composerEditor"
app:layout_constraintTop_toTopOf="@id/attachmentButton"
app:layout_goneMarginEnd="8dp"
app:tint="?vctr_content_quaternary"