0

I have difficulties when enter the number, where I should to enter the click number one by one.

Example picture

Click Here

I want to input column 1 is finished it will automatically click the next column, without me having to click on the second column and so on. so I just clicked on the keyboard number only in my phone.

My xml code :

        <EditText
            android:id="@+id/column1"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:maxLength="1"
            android:maxLines="1"
            android:singleLine="true"
            android:imeOptions="actionNext"
            android:inputType="number"  />

My java code empty :

Maybe someone here can help my problem.

Aing Macan
  • 177
  • 11

0 Answers0