Skip to content

Repository files navigation

NumberForm


Easy NumberFrom , never let it empty.


Content List


Download

Add maven jitpack.io and dependencies in build.gradle (Project) :

// build.gradle projectallprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
// build.gradle app/moduledependencies {
...
implementation 'com.github.gzeinnumer:NumberForm:version'
}

Feature List

NumberForm

  • EditText Example
<com.gzeinnumer.nf.NumberForm
android:id="@+id/ed_data"android:layout_width="match_parent"android:layout_height="wrap_content"android:hint="put number" />
  • TextInputLayout and TextInputEditText Example
<com.google.android.material.textfield.TextInputLayout
android:layout_width="match_parent"android:layout_marginTop="16dp"android:layout_height="wrap_content">
<com.gzeinnumer.nf.NumberForm
android:layout_width="match_parent"android:layout_height="wrap_content"/>
</com.google.android.material.textfield.TextInputLayout>

You can user all of attribute in EditText inside NumberForm.

Example Code/App

MainActivity.javaactivity_main.xml


Version

  • 1.0.0
    • First Release

Contribution

You can sent your constribution to branchopen-pull.

Fore More All My Library


Copyright 2022 M. Fadli Zein

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages