Android RelativeLayout属性,android:descendantFocusability属性用法
1、RelativeLayout属性android:layout_above="@id/xxx"--将控件置于给定ID控件之上android:layout_below="@id/xxx"--将控件置于给定ID控件之下android:layout_toLeftOf="@id/xxx"--将控件的右边缘和给定ID控件的左边缘对齐android:layout_toRightOf="@id/xxx"--将