Skip to content

Decimal edittext with space separators for money input

License

Notifications You must be signed in to change notification settings

gkgio/DecimalEdittext

Repository files navigation

#DecimalEdittext: Android library for created edittext for decimal values

    <com.gkgio.decimaledittext.EditTextDecimalSpaceSeparator
        android:layout_width="match_parent"
        android:layout_height="46dp"
        android:textColorHint="@color/grey_dark"
        android:textSize="16sp"
        app:decimal_part="2"
        app:hint_text="Write sum of money"
        app:integer_part="11" />

Bugs and Feedback

For bugs, questions and discussions please use the Github Issues.

About

Decimal edittext with space separators for money input

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages