android:orientation = "horizontal" 和 android:orientation = "vertical"

 

android:orientation = "horizontal" 指定布局内控件排列方式为 水平排列 如下图:

android:orientation = "horizontal" 和 android:orientation = "vertical"
android:orientation = "vertical" 指定布局内控件排列方式为 垂直排列 如下图:

android:orientation = "horizontal" 和 android:orientation = "vertical"
不设定android:orientation,默认情况为 水平排列

posted on 2017-08-21 23:50 lbsjs 阅读(...) 评论(...) 编辑 收藏

相关文章:

  • 2021-07-29
  • 2021-08-28
  • 2021-11-14
  • 2021-06-24
  • 2021-11-17
  • 2021-09-12
  • 2021-11-23
  • 2022-02-17
猜你喜欢
  • 2021-05-14
  • 2021-07-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-22
  • 2022-01-16
相关资源
相似解决方案