zhujiabin
  <LinearLayout
        android:id="@+id/recLayout"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:orientation="vertical" 
        android:gravity="bottom">
重点这句:
android:gravity="bottom"
但还是有弊端,就是要不从最上方开始排版,要不从最下方,没有relativelayout灵活

分类:

技术点:

相关文章:

  • 2021-05-24
  • 2021-11-22
  • 2021-10-18
  • 2021-12-04
  • 2021-10-04
  • 2022-01-07
  • 2021-10-03
  • 2021-08-29
猜你喜欢
  • 2021-09-11
  • 2021-10-03
  • 2021-09-19
  • 2021-08-04
  • 2021-12-04
  • 2021-12-04
  • 2021-10-09
相关资源
相似解决方案