Added the Decimal Support while entering target for any Habit.
This commit is contained in:
parent
c973f93424
commit
b1c53bd820
@ -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"/>
|
||||
</LinearLayout>
|
||||
</FrameLayout>
|
||||
@ -248,4 +248,4 @@
|
||||
</LinearLayout>
|
||||
</ScrollView>
|
||||
|
||||
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
||||
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user