From: Damyan Ivanov Date: Fri, 5 Mar 2021 21:57:01 +0000 (+0200) Subject: multi-line pattern and test text input fields X-Git-Tag: v0.17.0~24 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=188faf613ce6a64f1999dec17dd86899b6960f51 multi-line pattern and test text input fields these can get rather long and scrolling is annoying --- 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" />