Composer: Edit and reply.

TODO: call renderComposerMode and highlight selected item.
This commit is contained in:
Benoit Marty 2022-11-29 16:52:25 +01:00 committed by Benoit Marty
parent d2ab0872ec
commit 232cabcb27
13 changed files with 152 additions and 14 deletions

View file

@ -8,6 +8,16 @@
android:orientation="vertical"
android:background="@drawable/bg_composer_rich_bottom_sheet">
<!--
There are issues here:
View class androidx.appcompat.widget.AppCompatImageView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
View class io.element.android.wysiwyg.EditorEditText is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
layout_constraintHeight_default="wrap" is deprecated. Use layout_height="WRAP_CONTENT" and layout_constrainedHeight="true" instead.
View class com.google.android.material.textfield.TextInputEditText is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
layout_constraintHeight_default="wrap" is deprecated. Use layout_height="WRAP_CONTENT" and layout_constrainedHeight="true" instead.
-->
<FrameLayout
android:id="@+id/bottomSheetHandle"
android:layout_width="match_parent"