From 188faf613ce6a64f1999dec17dd86899b6960f51 Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Fri, 5 Mar 2021 23:57:01 +0200 Subject: [PATCH] multi-line pattern and test text input fields these can get rather long and scrolling is annoying --- app/src/main/res/layout/template_details_header.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/template_details_header.xml b/app/src/main/res/layout/template_details_header.xml index 43514d04..2a2f4f43 100644 --- a/app/src/main/res/layout/template_details_header.xml +++ b/app/src/main/res/layout/template_details_header.xml @@ -59,7 +59,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:hint="@string/template_details_pattern_label" - android:inputType="text" + android:inputType="text|textMultiLine" />