代碼如下:
android.view.InflateException: Binary XML file line #1: Error inflating class Linearlayout
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="horizontal" >
<Linearlayout
android:id="@+id/left"
android:layout_width="0dp"
android:layout_height="match_parent"
android:background="#CCCCCC"
android:orientation="vertical">
<Button
android:id="@+id/button"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="show"
android:minHeight="20dp"
android:minWidth="20dp" >
</Button>
<Linearlayout
android:id="@+id/center"
android:layout_width="0dp"
android:layout_height="match_parent"
android:background="#CCDDFF"
android:orientation="vertical">
</Linearlayout>
<Linearlayout
android:id="@+id/right"
android:layout_width="0dp"
android:layout_height="match_parent"
android:background="#CCFFDD"
android:orientation="vertical">
</Linearlayout>
布局文件的組織有點問題 已解決。。。。