2012-03-20 14 views

答えて

2

他のEditText Linesと共にxmlファイルに次の行を挿入する必要があります。

android:maxLength="10" 
3

ただ、制限のandroid:maxLength="8"

<EditText 
     android:id="@+id/editText1" 
     android:layout_width="wrap_content" 
     android:layout_height="wrap_content" 
     android:maxLength="8"> 
関連する問題