[Strings] Use strings from localazy.
This commit is contained in:
parent
d449ede86d
commit
c774f7529e
33 changed files with 216 additions and 182 deletions
|
|
@ -63,7 +63,7 @@
|
|||
android:layout_height="60dp"
|
||||
android:layout_margin="@dimen/composer_attachment_margin"
|
||||
android:background="?android:attr/selectableItemBackground"
|
||||
android:contentDescription="@string/option_send_files"
|
||||
android:contentDescription="@string/a11y_send_files"
|
||||
android:src="@drawable/ic_rich_composer_add"
|
||||
android:paddingStart="4dp"
|
||||
app:layout_constraintVertical_bias="1"
|
||||
|
|
@ -143,7 +143,7 @@
|
|||
android:layout_height="0dp"
|
||||
app:layout_constraintHeight_default="wrap"
|
||||
android:gravity="top"
|
||||
android:hint="@string/room_message_placeholder"
|
||||
android:hint="@string/rich_text_editor_composer_placeholder"
|
||||
android:nextFocusLeft="@id/richTextComposerEditText"
|
||||
android:nextFocusUp="@id/richTextComposerEditText"
|
||||
android:layout_marginStart="12dp"
|
||||
|
|
@ -162,7 +162,7 @@
|
|||
android:layout_height="0dp"
|
||||
app:layout_constraintHeight_default="wrap"
|
||||
android:visibility="gone"
|
||||
android:hint="@string/room_message_placeholder"
|
||||
android:hint="@string/rich_text_editor_composer_placeholder"
|
||||
android:nextFocusLeft="@id/plainTextComposerEditText"
|
||||
android:nextFocusUp="@id/plainTextComposerEditText"
|
||||
android:layout_marginStart="12dp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue