No orientation specified, and the default is

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了No orientation specified, and the default is相关的知识,希望对你有一定的参考价值。

链接地址:http://jingyan.baidu.com/article/a24b33cd7722dc19fe002bd0.html

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

没有方向指定,默认是水平的。

技术分享
 

工具/原料

  • eclipse
  • ADT
  • JDK

方法/步骤

  1.  

    出现这种问题是因为直接布局无法定位其方向性,而在使用<LinearLayout>标签要指明方向

    技术分享
  2.  

    只要指定一个orientation(定向,方向,定位)

    语句为:

    android:orientation = "vertical"

    技术分享
  3.  

    在tab1下回车,

    技术分享
  4.  

    并写入语句:

    android:orientation = "vertical"

    技术分享
  5.  

    这时仍然提示错误,是因为你没有保存,保存(Ctrl+s)后即能解决:

    技术分享
  6.  

    最后分别在tab2与tab3写入语句:android:orientation = "vertical"

    技术分享
  7.  

    最后保存(Ctrl+s)即可:

    技术分享
  8.  

以上是关于No orientation specified, and the default is的主要内容,如果未能解决你的问题,请参考以下文章

MySQL的错误:No query specified

No identifier specified for entity 错误

No identifier specified for entity

no input file specified问题的解决

Nginx报 No input file specified

make: *** No targets specified and no makefile found. Stop.错误