android - Styling Linear Layout with multi edit text -


i trying make linearlayout several edittext inputting fields this:

check here

i checked several answers here make custom drawable edittext how can make whole linear layout?

you can't single linearlayout. need minimum 2 linearlayouts horizontal orientation, , 1 linearlayout vertial orientation, contains two.

and can set borders edittexts shape drawables. see examples here: how draw rounded rectangle in android ui?


Comments

Popular posts from this blog

python 3.x - Mapping specific letters onto a list of words -

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -