خرید بک لینک
ببخشید درست نمیشه این کد xml منه میشه برام درستش کنید؟

    <LinearLayout  xmlns:android="http://schemas.android.com/apk/res/android"
        android:background="@drawable/bmw"
         android:layout_width="match_parent"
        android:layout_height="match_parent"
        >
      
    <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" >

        <!-- The main content view -->

        <FrameLayout
            android:id="@+id/content_frame"
            android:layout_width="wrap_content"
            android:layout_height="match_parent" >

            

        </FrameLayout>
        <!-- The navigation drawer -->

        <ListView
            android:id="@+id/left_drawer"
            android:layout_width="240dp"
            android:layout_height="match_parent"
            android:layout_gravity="start"
            android:background="@drawable/bmw2"
            android:choiceMode="singleChoice"
            android:divider="@android:color/transparent"
            android:dividerHeight="0dp" />
      
    </android.support.v4.widget.DrawerLayout>
</LinearLayout>

برچسب: نویسنده: کاوه محمدزادگان تاريخ: يکشنبه 23 اسفند 1394 ساعت: 0:56

صفحه بندی