码迷,mamicode.com
首页 > 其他好文 > 详细

No orientation specified, and the default is horizontal.异常处理(转)

时间:2014-10-17 11:52:47      阅读:122      评论:0      收藏:0      [点我收藏+]

标签:android   style   blog   http   color   io   ar   使用   sp   

参考:http://blog.csdn.net/sky_monkey/article/details/21466975

bubuko.com,布布扣

 

整的错误提示信息为:

No orientation specified, and the default is horizontal. This is a common source of bugs whenchildren are added dynamically.

通常发生这个错误提示的原因是我们直接在原有的页面上把别的布局标签改成<LinearLayout>,但是使用

<LinearLayout>标签要指明方向,水平方向还是垂直方向

horizontal or vertical

所以直接修改,会导致没有指名线性布局的方向,只要添加上

 android:orientation = "vertical"

 android:orientation = "horizontal"

即可解决

 

No orientation specified, and the default is horizontal.异常处理(转)

标签:android   style   blog   http   color   io   ar   使用   sp   

原文地址:http://www.cnblogs.com/smilefortoday/p/4030562.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!