I\'ve an edittext , it only gets numeric without decimal numbers.
edittext
android:inputType=\"number\"
I want to separate thousands while
add this into your app's Gradle compile 'com.aldoapps:autoformatedittext:0.9.3' in XML xmlns:app="http://schemas.android.com/apk/res-auto"
This lib automatically add (,) (.)