I write a rectangle widget.
After writing its portrait XML, I want to write its landscape.
I should change any
LinearLayoutorientation from horizontal to vertical?horizontal is right to left (not top to bottom) relative to the screen in origin portrait mode?
If i don't mention
layout_heightproperty, what is the default? (match parent?)how does
weightproperty take effect when I specifylayout_width = X dip?when I specify
layout_width = wrap_content?what does
fill_parentmean when in top-mostLinearLayout?