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:
Binary file not shown.
@@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user