V
V
Victor Yakovlev2015-11-02 21:59:44
Android
Victor Yakovlev, 2015-11-02 21:59:44

How to make such an EditText?

Is there an input field divided into 5 parts in the design? Is it possible to implement this, if so, how?
41b7a9ecacda438a9181f321b6e4b46c.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
Copperfield, 2015-11-02
@Copperfield

Input field for one digit what can it be? Maybe EditText?
Can 5 EditTexts be lined up? Maybe push them into a Horizontal LinearLayout?
Is it possible to listen to the input of a number and switch the input to the next EditText? Maybe EditText.addTextChangedListener() and View.requestFocus()?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question