drawerlayout com.android.layoutlib.bridge.MockView无法强制转换为android.view.ViewGroup

时间:2014-08-22 18:51:09

标签: java android xml

我正在关注Android开发人员的导航抽屉培训,并且布局导致错误,我添加了支持库,因此不确定导致问题的原因

<android.support.v4.widget.DrawerLayout
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/drawer_layout"
        android:layout_width="match_parent"
        android:layout_height="match_parent" xmlns:android="http://schemas.android.com/apk/res/android">
        <FrameLayout
            android:id="frag_container"
            android:layout_width="match_parent"
            android:layout_height="match_parent"/>
        <ListView 
            android:id="@+id/drawer"
            android:layout_width="240dp"
            android:layout_height="match_parent"
            android:layout_gravity="start"
            android:choiceMode="singleChoice"
            android:divider="@android:color/transperant"
            android:dividerHeight="0dp"
            android:background="#111"/>
    </android.support.v4.widget.DrawerLayout>

0 个答案:

没有答案