Allow input panel to grow as text is entered.
This commit is contained in:
parent
b54781ff56
commit
b79a7309aa
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue