mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 01:08:50 -06:00
Added the Decimal Support while entering target for any Habit.
This commit is contained in:
@@ -185,7 +185,7 @@
|
|||||||
style="@style/FormInput"
|
style="@style/FormInput"
|
||||||
android:id="@+id/targetInput"
|
android:id="@+id/targetInput"
|
||||||
android:maxLines="1"
|
android:maxLines="1"
|
||||||
android:inputType="number"
|
android:inputType="numberDecimal"
|
||||||
android:hint="@string/example_target"/>
|
android:hint="@string/example_target"/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</FrameLayout>
|
</FrameLayout>
|
||||||
|
|||||||
Reference in New Issue
Block a user