From b1c53bd8208507f38953df5861822be290c7a59b Mon Sep 17 00:00:00 2001 From: sumanabhi Date: Tue, 18 May 2021 03:49:16 +0530 Subject: [PATCH] Added the Decimal Support while entering target for any Habit. --- uhabits-android/src/main/res/layout/activity_edit_habit.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uhabits-android/src/main/res/layout/activity_edit_habit.xml b/uhabits-android/src/main/res/layout/activity_edit_habit.xml index 94af404e7..b3a33c373 100644 --- a/uhabits-android/src/main/res/layout/activity_edit_habit.xml +++ b/uhabits-android/src/main/res/layout/activity_edit_habit.xml @@ -185,7 +185,7 @@ style="@style/FormInput" android:id="@+id/targetInput" android:maxLines="1" - android:inputType="number" + android:inputType="numberDecimal" android:hint="@string/example_target"/> @@ -248,4 +248,4 @@ - \ No newline at end of file +