0

I am trying to achieve the following;

enter image description here

found suggestions in different stack questions to use material_code_input library, But unfortunatly it has a couple of limitations and doesn't fulfill my needs, Is there is any alternatives, or How can i achieve this view using normal widgets

aya salama
  • 903
  • 1
  • 10
  • 29
  • 1
    i think that can be accomplished by having edit text with bottom border and point next box programmatically and when user erase then point previous edit text. – Pratik Tank Jun 24 '17 at 09:19
  • yes i did so following https://stackoverflow.com/questions/43252247/dashed-input-field-in-android-for-confirmation-codes – aya salama Jun 25 '17 at 10:08

1 Answers1

0

You can apply this library on your project. In activity root layout background, use an image like as in your given prototype. Hopefully it works.

https://github.com/raycoarana/material-code-input

Subarata Talukder
  • 5,407
  • 2
  • 34
  • 50