android - Styling Linear Layout with multi edit text -
i trying make linearlayout several edittext inputting fields this:
i checked several answers here make custom drawable edittext how can make whole linear layout?
you can't single linearlayout
. need minimum 2 linearlayout
s horizontal orientation, , 1 linearlayout
vertial orientation, contains two.
and can set borders edittext
s shape drawable
s. see examples here: how draw rounded rectangle in android ui?
Comments
Post a Comment