i want to allow only numbers and period(.) in a android edit text. How to do this .. can any body help?
You should use the att:
android:digits="0123456789."
http://developer.android.com/reference/android/widget/TextView.html#attr_android:digits
2.1m questions
2.1m answers
60 comments
57.0k users