【发布时间】:2013-06-08 11:23:44
【问题描述】:
我已经读过它了,但它仍然在这里。
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical"
tools:context=".TaskEditActivity" >
所以,java.lang.RuntimeException: Binary XML file line #34: You must supply a layout_width attribute. 例外
属性在那里,架构也...... 解决方案?
【问题讨论】:
-
清理并重建?并发布整个布局
-
我确信您的布局中的一个子视图将缺少布局宽度属性。请交叉检查,,
-
你能发布你的整个 XML 文件吗?