1.如果一个组件跨越多行的话,需要使用android:layout_grivity="fill"
2.需要在最外层设置:android:layout_width="wrap_content"
android:layout_height="wrap_content"
知识有限,暂且如此