Monday, 20 August 2012

Android EditView Validation

 <EditText
            android:id="@+id/end_number"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:numeric="integer"
            android:maxLength="2"
             android:width="70dp"
            android:layout_weight="1" />

No comments:

Post a Comment