android – 未指定方向,默认为水平.当动态添加子项时,这是常见的错误来源

android – 未指定方向,默认为水平.当动态添加子项时,这是常见的错误来源,第1张

概述我的应用程序无法运行,因为我的xml文件中存在错误.我的一个LinearLayouts标记为红色,通过悬停我可以看到以下错误消息: 未指定方向,默认为水平.当动态添加子项时,这是常见的错误来源. 你可以在下面看到我的代码,我会在下面写下这条消息: < - 错误消息 - > <?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:andr 我的应用程序无法运行,因为我的xml文件中存在错误.我的一个linearLayouts标记为红色,通过悬停我可以看到以下错误消息:
未指定方向,默认为水平.当动态添加子项时,这是常见的错误来源.

你可以在下面看到我的代码,我会在下面写下这条消息:
< - 错误消息 - >

<?xml version="1.0" enCoding="utf-8"?><linearLayout xmlns:androID="http://schemas.androID.com/apk/res/androID"    androID:layout_wIDth="fill_parent"    androID:layout_height="fill_parent"    androID:orIEntation="horizontal">    <linearLayout         androID:layout_height="wrap_content"        androID:layout_wIDth="0dp"        androID:layout_weight="1"        androID:orIEntation="vertical"        >        <button             androID:ID="@+ID/btn1"            androID:layout_wIDth="fill_parent"            androID:layout_height="wrap_content"            androID:text="Fragment 1"            />        <button             androID:ID="@+ID/btn2"            androID:layout_wIDth="fill_parent"            androID:layout_height="wrap_content"            androID:text="Fragment 2"            />        <button             androID:ID="@+ID/btn3"            androID:layout_wIDth="fill_parent"            androID:layout_height="wrap_content"            androID:text="Fragment 3"            />    </linearLayout>    <linearLayout             <- error message ->         androID:ID="@+ID/myFragment"        androID:layout_wIDth="0dp"        androID:layout_height="fill_parent"        androID:layout_weight="3" /></linearLayout>
解决方法 您应该在linearLayout块中添加androID:orIEntation =“horizo​​ntal”,与上面的 *** 作相同. 总结

以上是内存溢出为你收集整理的android – 未指定方向,默认为水平.当动态添加子项时,这是常见的错误来源全部内容,希望文章能够帮你解决android – 未指定方向,默认为水平.当动态添加子项时,这是常见的错误来源所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1136942.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-30
下一篇 2022-05-30

发表评论

登录后才能评论

评论列表(0条)

保存