From be812016d88006c4a27b7d5398e88cf9ae9c92b0 Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Sat, 13 Feb 2021 17:41:29 +0200 Subject: [PATCH] templates: use "number" input type for date component fields --- app/src/main/res/layout/template_details_header.xml | 3 +++ 1 file changed, 3 insertions(+) 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" />