Android布局的相对性
不常接触Android布局的同学可能会为一个问题犯糊涂,即该属性是相对于父容器还是相对于子元素,还是只对自己有效,下面我们根据一个例子来简单理一下布局相对性的思路。<?xmlversion="1.0"encoding="utf-8"?><LinearLayoutxmlns:android="http://schemas.android.com/apk/res/android"android:layout_width="fill_paren...