From eae7ba2b570a5ef72fe7cd88c8f9105bc7ed402e Mon Sep 17 00:00:00 2001 From: M66B Date: Wed, 29 May 2024 08:06:01 +0200 Subject: [PATCH] Multi lines AI prompt input --- .../layout/fragment_options_integrations.xml | 20 +++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout/fragment_options_integrations.xml b/app/src/main/res/layout/fragment_options_integrations.xml index 11fa5c6059..45b088d83b 100644 --- a/app/src/main/res/layout/fragment_options_integrations.xml +++ b/app/src/main/res/layout/fragment_options_integrations.xml @@ -709,7 +709,10 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:layout_marginStart="12dp" - android:inputType="textCapSentences" + android:gravity="top" + android:inputType="textCapSentences|textMultiLine" + android:lines="5" + android:scrollbars="vertical" android:textAppearance="@style/TextAppearance.AppCompat.Small" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" @@ -731,7 +734,10 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:layout_marginStart="12dp" - android:inputType="textCapSentences" + android:gravity="top" + android:inputType="textCapSentences|textMultiLine" + android:lines="5" + android:scrollbars="vertical" android:textAppearance="@style/TextAppearance.AppCompat.Small" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" @@ -915,7 +921,10 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:layout_marginStart="12dp" - android:inputType="textCapSentences" + android:gravity="top" + android:inputType="textCapSentences|textMultiLine" + android:lines="5" + android:scrollbars="vertical" android:textAppearance="@style/TextAppearance.AppCompat.Small" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" @@ -937,7 +946,10 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:layout_marginStart="12dp" - android:inputType="textCapSentences" + android:gravity="top" + android:inputType="textCapSentences|textMultiLine" + android:lines="5" + android:scrollbars="vertical" android:textAppearance="@style/TextAppearance.AppCompat.Small" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent"