maybe it's because of the Integer.MAX_VALUE that is 2147483647.

On Sep 8, 3:40 pm, Duygu Kahraman <duygu.kahram...@gmail.com> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to