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"
|
||||
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>
|
||||
|
||||
Reference in New Issue
Block a user