未指定方向,默认为水平.当动态添加子项时,这是常见的错误来源.
你可以在下面看到我的代码,我会在下面写下这条消息:
< - 错误消息 - >
<?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 =“horizontal”,与上面的 *** 作相同. 总结
以上是内存溢出为你收集整理的android – 未指定方向,默认为水平.当动态添加子项时,这是常见的错误来源全部内容,希望文章能够帮你解决android – 未指定方向,默认为水平.当动态添加子项时,这是常见的错误来源所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)