java - How to make EditText be related to each other in Android Sturdio -


what have in layout 6 edittext(only numbers), , when run program notice when put number in first edittext leads me other one(the other edittext) pressing 'next', when put number in second, instead of 'next' says 'done'. want 6 related, starting first 1 button 'done' appear in last one. think in xml file of layout, don't know what.

try android:imeoptions="actionnext" in xml edittext.

this should trick. had problem earlier getting return sign instead of "done" or "next". singleline attribute edittext fixed that.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -