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

hibernate - How to load global settings frequently used in application in Java -

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

objective c - Ownership modifiers with manual reference counting -