Hi everybody:
I need to create EditText views dynamically, so i can't use XML, i
have to use Java.
The problem is that this EditText might worked just with numbers
(float), I mean, in XML it should have set the android:numeric
attribute like this:
android:numeric="integer|signed|decimal"
How do i do the same in java?

I think this is related with the setKeyListener() method, but i don't
know what to put as argument.

Thanks a lot...

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to