(Linear layout can be divided into two ways. The first is horizontal linear layout, and the second is vertical linear layout. In a word, they are all placed one by one in a linear way. The defect of pure linear layout is that it is very inconvenient to repair the display orientation of controls. Therefore, in development, layout is often set by nesting linear layout and relative layout.)