Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

<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">

    <!-- Framelayout to display Fragments -->
    <FrameLayout
        android:id="@+id/frame_container"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />

    <!-- Listview to display slider menu -->
    <ListView
        android:id="@+id/list_slidermenu"
        android:layout_width="200dp"
        android:layout_height="wrap_content"
        android:layout_gravity="start"
        android:choiceMode="singleChoice"
        android:divider="@color/Black"
        android:dividerHeight="1dp"
        android:listSelector="@drawable/abc_list_selector_holo_dark"
        android:background="@color/green_tobe_used"/>



</android.support.v4.widget.DrawerLayout>