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"
            />

 

相关文章:

  • 2021-09-28
  • 2021-05-10
  • 2021-05-27
  • 2022-12-23
  • 2021-11-15
  • 2022-12-23
  • 2021-11-29
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-04-11
  • 2021-08-22
  • 2021-11-07
  • 2022-12-23
  • 2021-05-07
相关资源
相似解决方案