1
0
mirror of https://github.com/vector-im/element-android.git synced 2025-08-01 18:06:54 +03:00

[Rich text editor] Implement full screen editor mode (simple approach) (#7436)

* Rich text editor: implement full screen editor mode using ConstraintSets

* Add back press handler

* Change ToggleFullScreen to SetFullScreen, fix rebase issues

* Add warning to fragment_timeline* files
This commit is contained in:
Jorge Martin Espinosa
2022-10-26 15:15:48 +02:00
committed by GitHub
parent 65a5ae9d3d
commit d242ab049b
21 changed files with 705 additions and 53 deletions

View File

@ -3423,5 +3423,6 @@
<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>
<string name="rich_text_editor_full_screen_toggle">Toggle full screen mode</string>
</resources>