Subversion Repositories SmartDukaan

Rev

Rev 22135 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
21481 rajender 1
<android.support.v4.widget.DrawerLayout
2
    xmlns:android="http://schemas.android.com/apk/res/android"
3
    android:id="@+id/drawer_layout"
4
    android:layout_width="match_parent"
5
    android:layout_height="match_parent">
6
 
7
    <!-- Framelayout to display Fragments -->
8
    <FrameLayout
9
        android:id="@+id/frame_container"
22135 rajender 10
        android:layout_width="fill_parent"
22837 rajender 11
        android:layout_height="match_parent"
12
        />
21481 rajender 13
 
14
    <!-- Listview to display slider menu -->
15
    <!--<ListView
16
        android:id="@+id/list_slidermenu"
17
        android:layout_width="200dp"
18
        android:layout_height="wrap_content"
19
        android:layout_gravity="start"
20
        android:choiceMode="singleChoice"
21
        android:divider="@color/Black"
22
        android:dividerHeight="1dp"
23
        android:listSelector="@drawable/abc_list_selector_holo_dark"
24
        android:background="@color/green_tobe_used"/>
25
-->
22135 rajender 26
    <!--   <LinearLayout
27
           android:id="@+id/navDrawerView"
28
           android:layout_width="200dp"
29
           android:layout_height="wrap_content"
30
           android:layout_gravity="start"
31
           android:background="@android:color/white"
32
           android:orientation="vertical" >
21481 rajender 33
 
34
 
22135 rajender 35
           <ExpandableListView
36
               android:id="@+id/nav_left_drawer"
37
               android:layout_width="200dp"
38
               android:layout_height="wrap_content"
39
               android:background="@color/green_tobe_used"
40
               android:choiceMode="singleChoice"
41
               android:divider="@color/Black"
42
               android:dividerHeight="1dp"
43
               android:listSelector="@drawable/abc_list_selector_holo_dark"
44
               android:groupIndicator="@null"
45
               android:layout_gravity="start"/>
21481 rajender 46
 
22135 rajender 47
       </LinearLayout>  -->
21481 rajender 48
 
49
 
50
</android.support.v4.widget.DrawerLayout>