Allow input panel to grow as text is entered.

This commit is contained in:
Alex Hart 2023-08-07 12:11:24 -03:00
parent b54781ff56
commit b79a7309aa

View file

@ -140,7 +140,7 @@
android:id="@+id/embedded_text_editor"
style="@style/ComposeEditText"
android:layout_width="0dp"
android:layout_height="0dp"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:nextFocusRight="@+id/send_button"
android:nextFocusForward="@+id/send_button"