You've already forked element-android
mirror of
https://github.com/vector-im/element-android.git
synced 2025-07-29 19:41:14 +03:00
Apply design changes to WYSIWYG editor (#7354)
* Apply design changes to WYSIWYG editor * Add changelog * Remove unneeded attribute in RichTextComposerLayout * Fix lint issues * Fix style naming issue. * Change rich text editor border radius depending on the number of lines. * Replace standby voice recorder icon.
This commit is contained in:
committed by
GitHub
parent
b679727246
commit
81ef1415dc
@ -447,7 +447,7 @@
|
||||
<string name="labs_enable_deferred_dm_summary">Create DM only on first message</string>
|
||||
|
||||
<string name="labs_enable_rich_text_editor_title">Enable rich text editor</string>
|
||||
<string name="labs_enable_rich_text_editor_summary">Use a rich text editor to send formatted messages</string>
|
||||
<string name="labs_enable_rich_text_editor_summary">Try out the rich text editor (plain text mode coming soon)</string>
|
||||
|
||||
<!-- Home fragment -->
|
||||
<string name="invitations_header">Invites</string>
|
||||
@ -3362,4 +3362,10 @@
|
||||
<string name="onboarding_new_app_layout_feedback_message">Tap top right to see the option to feedback.</string>
|
||||
<string name="onboarding_new_app_layout_button_try">Try it out</string>
|
||||
|
||||
<!-- WYSIWYG Composer -->
|
||||
<string name="rich_text_editor_format_bold">Apply bold format</string>
|
||||
<string name="rich_text_editor_format_italic">Apply italic format</string>
|
||||
<string name="rich_text_editor_format_strikethrough">Apply strikethrough format</string>
|
||||
<string name="rich_text_editor_format_underline">Apply underline format</string>
|
||||
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user