hmm ok. How can i road to fix my problem? in my edittext user must enter 12 characters.I must change type in xml or i must write code project for it?
2011/9/8 Macotonalds <[email protected]> > maybe it's because of the Integer.MAX_VALUE that is 2147483647. > > > On Sep 8, 3:40 pm, Duygu Kahraman <[email protected]> wrote: > > Hi All; > > > > I have a problem about Edittext.I want to enter just number one of my > > Edittext so in xml i use android:inputType="number" .But When i want > > to more than 10 characters program is not working.10 and less than 10 > > character it is OK. > > > > Do you anyone this reason and how can i fix it? > > > > Code is here: > > > > <EditText > > > android:layout_width="match_parent" > > android:inputType="number" > > > android:id="@+id/surucu_sasi_no_e" > > > android:layout_height="wrap_content" /> > > > > Thx. > > -- > 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 > -- --- Duygu Kahraman http://tr.linkedin.com/in/duygukahramann -- 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

