Android:控件布局(绝对布局)AbsoluteLayout 绝对布局也叫坐标布局,指定元素的绝对位置,因为适应性很差,一般很少用到。可以使用RelativeLayout替代。 常用属性: android:layout_x --------组件x坐标 a ...