1、属性简介

  为了适配不同机型,绝对布局使用很少!

  android:layout_x="50dp" 

  android:layout_y="100dp"也只有在AbsoluteLayout时才能使用

        <TextView
            android:layout_height="wrap_content"
            android:layout_width="wrap_content"
            android:layout_x="50dp"
            android:layout_y="100dp"
            />

 

相关文章: