From: Damyan Ivanov Date: Sat, 13 Feb 2021 15:41:29 +0000 (+0200) Subject: templates: use "number" input type for date component fields X-Git-Tag: v0.17.0~138 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=be812016d88006c4a27b7d5398e88cf9ae9c92b0 templates: use "number" input type for date component fields --- diff --git a/app/src/main/res/layout/template_details_header.xml b/app/src/main/res/layout/template_details_header.xml index 58b5535f..f610da33 100644 --- a/app/src/main/res/layout/template_details_header.xml +++ b/app/src/main/res/layout/template_details_header.xml @@ -206,6 +206,7 @@ android:layout_height="wrap_content" android:gravity="center_horizontal" android:hint="@string/date_year_hint" + android:inputType="number" />