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

New RTE full screen implementation with BottomSheet (#7578)

* RTE full screen editor using custom BottomSheet

* Fix formatting menu item dimensions

* Fix bug with insets when opening attachment menu

* Clear the EditText for plain text mode when a message is sent

* Set `MessageComposerMode.Special` as a sealed class

* Fix insets issue on landscape

* Fix small UI issues with rounded corners

* Use simplified icons for full screen and minimise
This commit is contained in:
Jorge Martin Espinosa
2022-11-18 08:57:37 +01:00
committed by GitHub
parent 65d898e3de
commit 7417241cd5
40 changed files with 1904 additions and 2238 deletions

View File

@ -1642,7 +1642,10 @@
<string name="error_user_already_logged_in">It looks like youre trying to connect to another homeserver. Do you want to sign out?</string>
<string name="edit">Edit</string>
<string name="editing">Editing</string>
<string name="reply">Reply</string>
<string name="replying_to">Replying to %s</string>
<string name="quoting">Quoting</string>
<string name="reply_in_thread">Reply in thread</string>
<string name="view_in_room">View In Room</string>