Skip to content

Commit

Permalink
Added the Decimal Support while entering target for any Habit.
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanabhi authored and iSoron committed May 22, 2021
1 parent c973f93 commit b1c53bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uhabits-android/src/main/res/layout/activity_edit_habit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -248,4 +248,4 @@
</LinearLayout>
</ScrollView>

</androidx.coordinatorlayout.widget.CoordinatorLayout>
</androidx.coordinatorlayout.widget.CoordinatorLayout>

0 comments on commit b1c53bd

Please sign in to comment.