首页 > 其他 > 详细

布局文件提示错误“No orientation specified, and the default is horizontal. This is a common so...”

时间:2014-07-03 12:08:26      阅读:485      评论:0      收藏:0      [点我收藏+]

bubuko.com,布布扣

完整的错误提示信息为:No orientation specified, and the default is horizontal. This is a common source of bugs when
 children are added dynamically.

通常发生这个错误提示的原因是我们直接在原有的页面上把别的布局标签改成<LinearLayout>,可是使用<LinearLayout>标签要指明方向,水平方向还是垂直方向

horizontal or vertical

所以直接改动,会导致没有指名线性布局的方向,仅仅要加入上

 android:orientation = "vertical"

 android:orientation = "horizontal"

就可以解决

布局文件提示错误“No orientation specified, and the default is horizontal. This is a common so...”,布布扣,bubuko.com

布局文件提示错误“No orientation specified, and the default is horizontal. This is a common so...”

原文:http://www.cnblogs.com/mengfanrong/p/3820996.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!