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

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

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