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"