Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Soft Keyboard - Numeric Only

my question is kinda related to this question: Numeric Soft Keyboard on Android

BUT, the question above isnt answered, so here i am.

Theres a EditText that when it gets touched or has focus, i want the Software Keyboard to show up by default as NUMERIC! Of course, you can switch back to ALPHANUMERIC, but i want to force it to show up as NUMERIC.

Thanks guys


1 Answers

Use the android:inputType XML attribute with the number value:

<EditText android:id="@+id/edtInput"
    android:layout_width="0dip"
    android:layout_height="wrap_content"
    android:inputType="number"/>
like image 118
Cristian Avatar answered Jul 20 '26 13:07

Cristian



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!